CloudServicesNetworks interface

Interface representing a CloudServicesNetworks.

Methods

beginCreateOrUpdate(string, string, CloudServicesNetwork, CloudServicesNetworksCreateOrUpdateOptionalParams)

Create a new cloud services network or update the properties of the existing cloud services network.

beginCreateOrUpdateAndWait(string, string, CloudServicesNetwork, CloudServicesNetworksCreateOrUpdateOptionalParams)

Create a new cloud services network or update the properties of the existing cloud services network.

beginDelete(string, string, CloudServicesNetworksDeleteOptionalParams)

Delete the provided cloud services network.

beginDeleteAndWait(string, string, CloudServicesNetworksDeleteOptionalParams)

Delete the provided cloud services network.

beginUpdate(string, string, CloudServicesNetworksUpdateOptionalParams)

Update properties of the provided cloud services network, or update the tags associated with it. Properties and tag updates can be done independently.

beginUpdateAndWait(string, string, CloudServicesNetworksUpdateOptionalParams)

Update properties of the provided cloud services network, or update the tags associated with it. Properties and tag updates can be done independently.

get(string, string, CloudServicesNetworksGetOptionalParams)

Get properties of the provided cloud services network.

listByResourceGroup(string, CloudServicesNetworksListByResourceGroupOptionalParams)

Get a list of cloud services networks in the provided resource group.

listBySubscription(CloudServicesNetworksListBySubscriptionOptionalParams)

Get a list of cloud services networks in the provided subscription.

Method Details

beginCreateOrUpdate(string, string, CloudServicesNetwork, CloudServicesNetworksCreateOrUpdateOptionalParams)

Create a new cloud services network or update the properties of the existing cloud services network.

function beginCreateOrUpdate(resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

cloudServicesNetworkName

string

The name of the cloud services network.

cloudServicesNetworkParameters
CloudServicesNetwork

The request body.

options
CloudServicesNetworksCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>

beginCreateOrUpdateAndWait(string, string, CloudServicesNetwork, CloudServicesNetworksCreateOrUpdateOptionalParams)

Create a new cloud services network or update the properties of the existing cloud services network.

function beginCreateOrUpdateAndWait(resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams): Promise<CloudServicesNetwork>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

cloudServicesNetworkName

string

The name of the cloud services network.

cloudServicesNetworkParameters
CloudServicesNetwork

The request body.

options
CloudServicesNetworksCreateOrUpdateOptionalParams

The options parameters.

Returns

beginDelete(string, string, CloudServicesNetworksDeleteOptionalParams)

Delete the provided cloud services network.

function beginDelete(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

cloudServicesNetworkName

string

The name of the cloud services network.

options
CloudServicesNetworksDeleteOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, CloudServicesNetworksDeleteOptionalParams)

Delete the provided cloud services network.

function beginDeleteAndWait(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

cloudServicesNetworkName

string

The name of the cloud services network.

options
CloudServicesNetworksDeleteOptionalParams

The options parameters.

Returns

Promise<void>

beginUpdate(string, string, CloudServicesNetworksUpdateOptionalParams)

Update properties of the provided cloud services network, or update the tags associated with it. Properties and tag updates can be done independently.

function beginUpdate(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

cloudServicesNetworkName

string

The name of the cloud services network.

options
CloudServicesNetworksUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>

beginUpdateAndWait(string, string, CloudServicesNetworksUpdateOptionalParams)

Update properties of the provided cloud services network, or update the tags associated with it. Properties and tag updates can be done independently.

function beginUpdateAndWait(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams): Promise<CloudServicesNetwork>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

cloudServicesNetworkName

string

The name of the cloud services network.

options
CloudServicesNetworksUpdateOptionalParams

The options parameters.

Returns

get(string, string, CloudServicesNetworksGetOptionalParams)

Get properties of the provided cloud services network.

function get(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksGetOptionalParams): Promise<CloudServicesNetwork>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

cloudServicesNetworkName

string

The name of the cloud services network.

options
CloudServicesNetworksGetOptionalParams

The options parameters.

Returns

listByResourceGroup(string, CloudServicesNetworksListByResourceGroupOptionalParams)

Get a list of cloud services networks in the provided resource group.

function listByResourceGroup(resourceGroupName: string, options?: CloudServicesNetworksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CloudServicesNetwork, CloudServicesNetwork[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

Returns

listBySubscription(CloudServicesNetworksListBySubscriptionOptionalParams)

Get a list of cloud services networks in the provided subscription.

function listBySubscription(options?: CloudServicesNetworksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CloudServicesNetwork, CloudServicesNetwork[], PageSettings>

Parameters

Returns