CloudServicesNetworks Interface

public interface CloudServicesNetworks

Resource collection API of CloudServicesNetworks.

Method Summary

Modifier and Type Method and Description
abstract Blank define(String name)

Begins definition for a new CloudServicesNetwork resource.

abstract OperationStatusResult delete(String resourceGroupName, String cloudServicesNetworkName, String ifMatch, String ifNoneMatch, Context context)

Delete the cloud services network.

abstract OperationStatusResult deleteById(String id)

Delete the cloud services network.

abstract OperationStatusResult deleteByIdWithResponse(String id, String ifMatch, String ifNoneMatch, Context context)

Delete the cloud services network.

abstract OperationStatusResult deleteByResourceGroup(String resourceGroupName, String cloudServicesNetworkName)

Delete the cloud services network.

abstract CloudServicesNetwork getById(String id)

Retrieve the cloud services network.

abstract Response<CloudServicesNetwork> getByIdWithResponse(String id, Context context)

Retrieve the cloud services network.

abstract CloudServicesNetwork getByResourceGroup(String resourceGroupName, String cloudServicesNetworkName)

Retrieve the cloud services network.

abstract Response<CloudServicesNetwork> getByResourceGroupWithResponse(String resourceGroupName, String cloudServicesNetworkName, Context context)

Retrieve the cloud services network.

abstract PagedIterable<CloudServicesNetwork> list()

List cloud services networks in the subscription.

abstract PagedIterable<CloudServicesNetwork> list(Integer top, String skipToken, Context context)

List cloud services networks in the subscription.

abstract PagedIterable<CloudServicesNetwork> listByResourceGroup(String resourceGroupName)

List cloud services networks in the resource group.

abstract PagedIterable<CloudServicesNetwork> listByResourceGroup(String resourceGroupName, Integer top, String skipToken, Context context)

List cloud services networks in the resource group.

Method Details

define

public abstract CloudServicesNetwork.DefinitionStages.Blank define(String name)

Begins definition for a new CloudServicesNetwork resource.

Parameters:

name - resource name.

Returns:

the first stage of the new CloudServicesNetwork definition.

delete

public abstract OperationStatusResult delete(String resourceGroupName, String cloudServicesNetworkName, String ifMatch, String ifNoneMatch, Context context)

Delete the cloud services network. Delete the provided cloud services network.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
cloudServicesNetworkName - The name of the cloud services network.
ifMatch - The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.
ifNoneMatch - Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported.
context - The context to associate with this operation.

Returns:

the current status of an async operation.

deleteById

public abstract OperationStatusResult deleteById(String id)

Delete the cloud services network. Delete the provided cloud services network.

Parameters:

id - the resource ID.

Returns:

the current status of an async operation.

deleteByIdWithResponse

public abstract OperationStatusResult deleteByIdWithResponse(String id, String ifMatch, String ifNoneMatch, Context context)

Delete the cloud services network. Delete the provided cloud services network.

Parameters:

id - the resource ID.
ifMatch - The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.
ifNoneMatch - Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported.
context - The context to associate with this operation.

Returns:

the current status of an async operation.

deleteByResourceGroup

public abstract OperationStatusResult deleteByResourceGroup(String resourceGroupName, String cloudServicesNetworkName)

Delete the cloud services network. Delete the provided cloud services network.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
cloudServicesNetworkName - The name of the cloud services network.

Returns:

the current status of an async operation.

getById

public abstract CloudServicesNetwork getById(String id)

Retrieve the cloud services network. Get properties of the provided cloud services network.

Parameters:

id - the resource ID.

Returns:

properties of the provided cloud services network along with Response<T>.

getByIdWithResponse

public abstract Response<CloudServicesNetwork> getByIdWithResponse(String id, Context context)

Retrieve the cloud services network. Get properties of the provided cloud services network.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

properties of the provided cloud services network along with Response<T>.

getByResourceGroup

public abstract CloudServicesNetwork getByResourceGroup(String resourceGroupName, String cloudServicesNetworkName)

Retrieve the cloud services network. Get properties of the provided cloud services network.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
cloudServicesNetworkName - The name of the cloud services network.

Returns:

properties of the provided cloud services network.

getByResourceGroupWithResponse

public abstract Response<CloudServicesNetwork> getByResourceGroupWithResponse(String resourceGroupName, String cloudServicesNetworkName, Context context)

Retrieve the cloud services network. Get properties of the provided cloud services network.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
cloudServicesNetworkName - The name of the cloud services network.
context - The context to associate with this operation.

Returns:

properties of the provided cloud services network along with Response<T>.

list

public abstract PagedIterable<CloudServicesNetwork> list()

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

Returns:

a list of cloud services networks in the provided subscription as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<CloudServicesNetwork> list(Integer top, String skipToken, Context context)

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

Parameters:

top - The maximum number of resources to return from the operation. Example: '$top=10'.
skipToken - The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets.
context - The context to associate with this operation.

Returns:

a list of cloud services networks in the provided subscription as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable<CloudServicesNetwork> listByResourceGroup(String resourceGroupName)

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

Parameters:

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

Returns:

a list of cloud services networks in the provided resource group as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable<CloudServicesNetwork> listByResourceGroup(String resourceGroupName, Integer top, String skipToken, Context context)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
top - The maximum number of resources to return from the operation. Example: '$top=10'.
skipToken - The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets.
context - The context to associate with this operation.

Returns:

a list of cloud services networks in the provided resource group as paginated response with PagedIterable<T>.

Applies to