CloudServicesNetworks interface
Interface representing a CloudServicesNetworks.
Methods
begin |
Create a new cloud services network or update the properties of the existing cloud services network. |
begin |
Create a new cloud services network or update the properties of the existing cloud services network. |
begin |
Delete the provided cloud services network. |
begin |
Delete the provided cloud services network. |
begin |
Update properties of the provided cloud services network, or update the tags associated with it. Properties and tag updates can be done independently. |
begin |
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, Cloud |
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. |
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.
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.
The options parameters.
Returns
Promise<CloudServicesNetwork>
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.
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.
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.
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.
The options parameters.
Returns
Promise<CloudServicesNetwork>
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.
The options parameters.
Returns
Promise<CloudServicesNetwork>
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.
The options parameters.
Returns
listBySubscription(CloudServicesNetworksListBySubscriptionOptionalParams)
Get a list of cloud services networks in the provided subscription.
function listBySubscription(options?: CloudServicesNetworksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CloudServicesNetwork, CloudServicesNetwork[], PageSettings>
Parameters
The options parameters.