CloudServicesNetworksClient Interface
public interface CloudServicesNetworksClient
An instance of this class provides access to all the operations defined in CloudServicesNetworksClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<CloudServicesNetworkInner>,CloudServicesNetworkInner> beginCreateOrUpdate(String resourceGroupName, String cloudServicesNetworkName, CloudServicesNetworkInner cloudServicesNetworkParameters)
Create or update the cloud services network. Create a new cloud services network or update the properties of the existing cloud services network.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<CloudServicesNetworkInner>,CloudServicesNetworkInner> beginCreateOrUpdate(String resourceGroupName, String cloudServicesNetworkName, CloudServicesNetworkInner cloudServicesNetworkParameters, String ifMatch, String ifNoneMatch, Context context)
Create or update the cloud services network. Create a new cloud services network or update the properties of the existing cloud services network.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<OperationStatusResultInner>,OperationStatusResultInner> beginDelete(String resourceGroupName, String cloudServicesNetworkName)
Delete the cloud services network. Delete the provided cloud services network.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<OperationStatusResultInner>,OperationStatusResultInner> beginDelete(String resourceGroupName, String cloudServicesNetworkName, String ifMatch, String ifNoneMatch, Context context)
Delete the cloud services network. Delete the provided cloud services network.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<CloudServicesNetworkInner>,CloudServicesNetworkInner> beginUpdate(String resourceGroupName, String cloudServicesNetworkName)
Patch the cloud services network. Update properties of the provided cloud services network, or update the tags associated with it. Properties and tag updates can be done independently.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<CloudServicesNetworkInner>,CloudServicesNetworkInner> beginUpdate(String resourceGroupName, String cloudServicesNetworkName, String ifMatch, String ifNoneMatch, CloudServicesNetworkPatchParameters cloudServicesNetworkUpdateParameters, Context context)
Patch the cloud services network. Update properties of the provided cloud services network, or update the tags associated with it. Properties and tag updates can be done independently.
Parameters:
Returns:
createOrUpdate
public abstract CloudServicesNetworkInner createOrUpdate(String resourceGroupName, String cloudServicesNetworkName, CloudServicesNetworkInner cloudServicesNetworkParameters)
Create or update the cloud services network. Create a new cloud services network or update the properties of the existing cloud services network.
Parameters:
Returns:
createOrUpdate
public abstract CloudServicesNetworkInner createOrUpdate(String resourceGroupName, String cloudServicesNetworkName, CloudServicesNetworkInner cloudServicesNetworkParameters, String ifMatch, String ifNoneMatch, Context context)
Create or update the cloud services network. Create a new cloud services network or update the properties of the existing cloud services network.
Parameters:
Returns:
delete
public abstract OperationStatusResultInner delete(String resourceGroupName, String cloudServicesNetworkName)
Delete the cloud services network. Delete the provided cloud services network.
Parameters:
Returns:
delete
public abstract OperationStatusResultInner delete(String resourceGroupName, String cloudServicesNetworkName, String ifMatch, String ifNoneMatch, Context context)
Delete the cloud services network. Delete the provided cloud services network.
Parameters:
Returns:
getByResourceGroup
public abstract CloudServicesNetworkInner getByResourceGroup(String resourceGroupName, String cloudServicesNetworkName)
Retrieve the cloud services network. Get properties of the provided cloud services network.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<CloudServicesNetworkInner> 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<CloudServicesNetworkInner> list()
List cloud services networks in the subscription. Get a list of cloud services networks in the provided subscription.
Returns:
list
public abstract PagedIterable<CloudServicesNetworkInner> 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<CloudServicesNetworkInner> 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<CloudServicesNetworkInner> 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:
update
public abstract CloudServicesNetworkInner update(String resourceGroupName, String cloudServicesNetworkName)
Patch the cloud services network. Update properties of the provided cloud services network, or update the tags associated with it. Properties and tag updates can be done independently.
Parameters:
Returns:
update
public abstract CloudServicesNetworkInner update(String resourceGroupName, String cloudServicesNetworkName, String ifMatch, String ifNoneMatch, CloudServicesNetworkPatchParameters cloudServicesNetworkUpdateParameters, Context context)
Patch the cloud services network. Update properties of the provided cloud services network, or update the tags associated with it. Properties and tag updates can be done independently.
Parameters:
Returns: