CloudServicesNetworksOperations interface
Interface representing a CloudServicesNetworks operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Create a new cloud services network or update the properties of the existing cloud services network. |
| delete | Delete the provided cloud services network. |
| get | Get properties of the provided cloud services network. |
| list |
Get a list of cloud services networks in the provided resource group. |
| list |
Get a list of cloud services networks in the provided subscription. |
| update | Update properties of the provided cloud services network, or update the tags associated with it. Properties and tag updates can be done independently. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>
Property Value
(resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams) => Promise<CloudServicesNetwork>
Property Value
(resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams) => Promise<CloudServicesNetwork>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
Property Value
(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams) => Promise<OperationStatusResult>
Property Value
(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams) => Promise<OperationStatusResult>
beginUpdate
Warning
This API is now deprecated.
use update instead
beginUpdate: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>
Property Value
(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>
beginUpdateAndWait
Warning
This API is now deprecated.
use update instead
beginUpdateAndWait: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams) => Promise<CloudServicesNetwork>
Property Value
(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams) => Promise<CloudServicesNetwork>
createOrUpdate
Create a new cloud services network or update the properties of the existing cloud services network.
createOrUpdate: (resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams) => PollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>
Property Value
(resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams) => PollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>
delete
Delete the provided cloud services network.
delete: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>
Property Value
(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>
get
Get properties of the provided cloud services network.
get: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksGetOptionalParams) => Promise<CloudServicesNetwork>
Property Value
(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksGetOptionalParams) => Promise<CloudServicesNetwork>
listByResourceGroup
Get a list of cloud services networks in the provided resource group.
listByResourceGroup: (resourceGroupName: string, options?: CloudServicesNetworksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<CloudServicesNetwork, CloudServicesNetwork[], PageSettings>
Property Value
(resourceGroupName: string, options?: CloudServicesNetworksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<CloudServicesNetwork, CloudServicesNetwork[], PageSettings>
listBySubscription
Get a list of cloud services networks in the provided subscription.
listBySubscription: (options?: CloudServicesNetworksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<CloudServicesNetwork, CloudServicesNetwork[], PageSettings>
Property Value
(options?: CloudServicesNetworksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<CloudServicesNetwork, CloudServicesNetwork[], PageSettings>
update
Update properties of the provided cloud services network, or update the tags associated with it. Properties and tag updates can be done independently.
update: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams) => PollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>
Property Value
(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams) => PollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>