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