CloudServicesNetworksOperations interface
Antarmuka yang mewakili operasi CloudServicesNetworks.
Properti
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Buat jaringan layanan cloud baru atau perbarui properti jaringan layanan cloud yang ada. |
| delete | Hapus jaringan layanan cloud yang disediakan. |
| get | Dapatkan properti jaringan layanan cloud yang disediakan. |
| list |
Dapatkan daftar jaringan layanan cloud dalam grup sumber daya yang disediakan. |
| list |
Dapatkan daftar jaringan layanan cloud dalam langganan yang disediakan. |
| update | Perbarui properti jaringan layanan cloud yang disediakan, atau perbarui tag yang terkait dengannya. Pembaruan properti dan tag dapat dilakukan secara independen. |
Detail Properti
beginCreateOrUpdate
Peringatan
API ini sudah tidak digunakan lagi.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>
Nilai Properti
(resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>
beginCreateOrUpdateAndWait
Peringatan
API ini sudah tidak digunakan lagi.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams) => Promise<CloudServicesNetwork>
Nilai Properti
(resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams) => Promise<CloudServicesNetwork>
beginDelete
Peringatan
API ini sudah tidak digunakan lagi.
use delete instead
beginDelete: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
Nilai Properti
(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
beginDeleteAndWait
Peringatan
API ini sudah tidak digunakan lagi.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams) => Promise<OperationStatusResult>
Nilai Properti
(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams) => Promise<OperationStatusResult>
beginUpdate
Peringatan
API ini sudah tidak digunakan lagi.
use update instead
beginUpdate: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>
Nilai Properti
(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>
beginUpdateAndWait
Peringatan
API ini sudah tidak digunakan lagi.
use update instead
beginUpdateAndWait: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams) => Promise<CloudServicesNetwork>
Nilai Properti
(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams) => Promise<CloudServicesNetwork>
createOrUpdate
Buat jaringan layanan cloud baru atau perbarui properti jaringan layanan cloud yang ada.
createOrUpdate: (resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams) => PollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>
Nilai Properti
(resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams) => PollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>
delete
Hapus jaringan layanan cloud yang disediakan.
delete: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>
Nilai Properti
(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>
get
Dapatkan properti jaringan layanan cloud yang disediakan.
get: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksGetOptionalParams) => Promise<CloudServicesNetwork>
Nilai Properti
(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksGetOptionalParams) => Promise<CloudServicesNetwork>
listByResourceGroup
Dapatkan daftar jaringan layanan cloud dalam grup sumber daya yang disediakan.
listByResourceGroup: (resourceGroupName: string, options?: CloudServicesNetworksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<CloudServicesNetwork, CloudServicesNetwork[], PageSettings>
Nilai Properti
(resourceGroupName: string, options?: CloudServicesNetworksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<CloudServicesNetwork, CloudServicesNetwork[], PageSettings>
listBySubscription
Dapatkan daftar jaringan layanan cloud dalam langganan yang disediakan.
listBySubscription: (options?: CloudServicesNetworksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<CloudServicesNetwork, CloudServicesNetwork[], PageSettings>
Nilai Properti
(options?: CloudServicesNetworksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<CloudServicesNetwork, CloudServicesNetwork[], PageSettings>
update
Perbarui properti jaringan layanan cloud yang disediakan, atau perbarui tag yang terkait dengannya. Pembaruan properti dan tag dapat dilakukan secara independen.
update: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams) => PollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>
Nilai Properti
(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams) => PollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>