NetworkProfilesOperations interface
Bir NetworkProfiles işlemlerini temsil eden arayüz.
Özellikler
| begin |
|
| begin |
|
| create |
Bir ağ profili oluşturur veya güncelleştirir. |
| delete | Belirtilen ağ profilini siler. |
| get | Belirtilen kaynak grubunda belirtilen ağ profilini alır. |
| list | Bir kaynak grubundaki tüm ağ profillerini alır. |
| list |
Bir abonelikteki tüm ağ profillerini alır. |
| update |
Ağ profili etiketlerini günceller. |
Özellik Ayrıntıları
beginDelete
Uyarı
Bu API artık kullanım dışıdır.
use delete instead
beginDelete: (resourceGroupName: string, networkProfileName: string, options?: NetworkProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Özellik Değeri
(resourceGroupName: string, networkProfileName: string, options?: NetworkProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Uyarı
Bu API artık kullanım dışıdır.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, networkProfileName: string, options?: NetworkProfilesDeleteOptionalParams) => Promise<void>
Özellik Değeri
(resourceGroupName: string, networkProfileName: string, options?: NetworkProfilesDeleteOptionalParams) => Promise<void>
createOrUpdate
Bir ağ profili oluşturur veya güncelleştirir.
createOrUpdate: (resourceGroupName: string, networkProfileName: string, parameters: NetworkProfile, options?: NetworkProfilesCreateOrUpdateOptionalParams) => Promise<NetworkProfile>
Özellik Değeri
(resourceGroupName: string, networkProfileName: string, parameters: NetworkProfile, options?: NetworkProfilesCreateOrUpdateOptionalParams) => Promise<NetworkProfile>
delete
Belirtilen ağ profilini siler.
delete: (resourceGroupName: string, networkProfileName: string, options?: NetworkProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Özellik Değeri
(resourceGroupName: string, networkProfileName: string, options?: NetworkProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Belirtilen kaynak grubunda belirtilen ağ profilini alır.
get: (resourceGroupName: string, networkProfileName: string, options?: NetworkProfilesGetOptionalParams) => Promise<NetworkProfile>
Özellik Değeri
(resourceGroupName: string, networkProfileName: string, options?: NetworkProfilesGetOptionalParams) => Promise<NetworkProfile>
list
Bir kaynak grubundaki tüm ağ profillerini alır.
list: (resourceGroupName: string, options?: NetworkProfilesListOptionalParams) => PagedAsyncIterableIterator<NetworkProfile, NetworkProfile[], PageSettings>
Özellik Değeri
(resourceGroupName: string, options?: NetworkProfilesListOptionalParams) => PagedAsyncIterableIterator<NetworkProfile, NetworkProfile[], PageSettings>
listAll
Bir abonelikteki tüm ağ profillerini alır.
listAll: (options?: NetworkProfilesListAllOptionalParams) => PagedAsyncIterableIterator<NetworkProfile, NetworkProfile[], PageSettings>
Özellik Değeri
(options?: NetworkProfilesListAllOptionalParams) => PagedAsyncIterableIterator<NetworkProfile, NetworkProfile[], PageSettings>
updateTags
Ağ profili etiketlerini günceller.
updateTags: (resourceGroupName: string, networkProfileName: string, parameters: TagsObject, options?: NetworkProfilesUpdateTagsOptionalParams) => Promise<NetworkProfile>
Özellik Değeri
(resourceGroupName: string, networkProfileName: string, parameters: TagsObject, options?: NetworkProfilesUpdateTagsOptionalParams) => Promise<NetworkProfile>