L2NetworksClient Interface
public interface L2NetworksClient
An instance of this class provides access to all the operations defined in L2NetworksClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<L2NetworkInner>,L2NetworkInner> beginCreateOrUpdate(String resourceGroupName, String l2NetworkName, L2NetworkInner l2NetworkParameters)
Create a new layer 2 (L2) network or update the properties of the existing network.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<L2NetworkInner>,L2NetworkInner> beginCreateOrUpdate(String resourceGroupName, String l2NetworkName, L2NetworkInner l2NetworkParameters, String ifMatch, String ifNoneMatch, Context context)
Create a new layer 2 (L2) network or update the properties of the existing network.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String l2NetworkName)
Delete the provided layer 2 (L2) network.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String l2NetworkName, String ifMatch, String ifNoneMatch, Context context)
Delete the provided layer 2 (L2) network.
Parameters:
Returns:
createOrUpdate
public abstract L2NetworkInner createOrUpdate(String resourceGroupName, String l2NetworkName, L2NetworkInner l2NetworkParameters)
Create a new layer 2 (L2) network or update the properties of the existing network.
Parameters:
Returns:
createOrUpdate
public abstract L2NetworkInner createOrUpdate(String resourceGroupName, String l2NetworkName, L2NetworkInner l2NetworkParameters, String ifMatch, String ifNoneMatch, Context context)
Create a new layer 2 (L2) network or update the properties of the existing network.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String l2NetworkName)
Delete the provided layer 2 (L2) network.
Parameters:
delete
public abstract void delete(String resourceGroupName, String l2NetworkName, String ifMatch, String ifNoneMatch, Context context)
Delete the provided layer 2 (L2) network.
Parameters:
getByResourceGroup
public abstract L2NetworkInner getByResourceGroup(String resourceGroupName, String l2NetworkName)
Get properties of the provided layer 2 (L2) network.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<L2NetworkInner> getByResourceGroupWithResponse(String resourceGroupName, String l2NetworkName, Context context)
Get properties of the provided layer 2 (L2) network.
Parameters:
Returns:
list
public abstract PagedIterable<L2NetworkInner> list()
Get a list of layer 2 (L2) networks in the provided subscription.
Returns:
list
public abstract PagedIterable<L2NetworkInner> list(Integer top, String skipToken, Context context)
Get a list of layer 2 (L2) networks in the provided subscription.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<L2NetworkInner> listByResourceGroup(String resourceGroupName)
Get a list of layer 2 (L2) networks in the provided resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<L2NetworkInner> listByResourceGroup(String resourceGroupName, Integer top, String skipToken, Context context)
Get a list of layer 2 (L2) networks in the provided resource group.
Parameters:
Returns:
update
public abstract L2NetworkInner update(String resourceGroupName, String l2NetworkName)
Update tags associated with the provided layer 2 (L2) network.
Parameters:
Returns:
updateWithResponse
public abstract Response<L2NetworkInner> updateWithResponse(String resourceGroupName, String l2NetworkName, String ifMatch, String ifNoneMatch, L2NetworkPatchParameters l2NetworkUpdateParameters, Context context)
Update tags associated with the provided layer 2 (L2) network.
Parameters:
Returns: