CloudServicesNetworks Interface
public interface CloudServicesNetworks
Resource collection API of CloudServicesNetworks.
Method Summary
Method Details
define
public abstract CloudServicesNetwork.DefinitionStages.Blank define(String name)
Begins definition for a new CloudServicesNetwork resource.
Parameters:
Returns:
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:
Returns:
deleteById
public abstract OperationStatusResult deleteById(String id)
Delete the cloud services network. Delete the provided cloud services network.
Parameters:
Returns:
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:
Returns:
deleteByResourceGroup
public abstract OperationStatusResult deleteByResourceGroup(String resourceGroupName, String cloudServicesNetworkName)
Delete the cloud services network. Delete the provided cloud services network.
Parameters:
Returns:
getById
public abstract CloudServicesNetwork getById(String id)
Retrieve the cloud services network. Get properties of the provided cloud services network.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<CloudServicesNetwork> getByIdWithResponse(String id, Context context)
Retrieve the cloud services network. Get properties of the provided cloud services network.
Parameters:
Returns:
getByResourceGroup
public abstract CloudServicesNetwork getByResourceGroup(String resourceGroupName, String cloudServicesNetworkName)
Retrieve the cloud services network. Get properties of the provided cloud services network.
Parameters:
Returns:
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:
Returns:
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:
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:
Returns:
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:
Returns:
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:
Returns: