NetworkGroupsOperations interface
Bir NetworkGroups operasyonunu temsil eden arayüz.
Özellikler
| begin |
|
| begin |
|
| create |
Bir ağ grubu oluşturur veya güncelleştirir. |
| delete | Bir ağ grubunu siler. |
| get | Belirtilen ağ grubunu alır. |
| list | Belirtilen ağ grubunu listeler. |
Özellik Ayrıntıları
beginDelete
Uyarı
Bu API artık kullanım dışıdır.
use delete instead
beginDelete: (resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Özellik Değeri
(resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Uyarı
Bu API artık kullanım dışıdır.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsDeleteOptionalParams) => Promise<void>
Özellik Değeri
(resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsDeleteOptionalParams) => Promise<void>
createOrUpdate
Bir ağ grubu oluşturur veya güncelleştirir.
createOrUpdate: (resourceGroupName: string, networkManagerName: string, networkGroupName: string, parameters: NetworkGroup, options?: NetworkGroupsCreateOrUpdateOptionalParams) => Promise<NetworkGroup>
Özellik Değeri
(resourceGroupName: string, networkManagerName: string, networkGroupName: string, parameters: NetworkGroup, options?: NetworkGroupsCreateOrUpdateOptionalParams) => Promise<NetworkGroup>
delete
Bir ağ grubunu siler.
delete: (resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Özellik Değeri
(resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Belirtilen ağ grubunu alır.
get: (resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsGetOptionalParams) => Promise<NetworkGroup>
Özellik Değeri
(resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsGetOptionalParams) => Promise<NetworkGroup>
list
Belirtilen ağ grubunu listeler.
list: (resourceGroupName: string, networkManagerName: string, options?: NetworkGroupsListOptionalParams) => PagedAsyncIterableIterator<NetworkGroup, NetworkGroup[], PageSettings>
Özellik Değeri
(resourceGroupName: string, networkManagerName: string, options?: NetworkGroupsListOptionalParams) => PagedAsyncIterableIterator<NetworkGroup, NetworkGroup[], PageSettings>