PrefixesClient Interface
public interface PrefixesClient
An instance of this class provides access to all the operations defined in PrefixesClient.
Method Summary
Method Details
createOrUpdate
public abstract PeeringServicePrefixInner createOrUpdate(String resourceGroupName, String peeringServiceName, String prefixName, PeeringServicePrefixInner peeringServicePrefix)
Creates a new prefix with the specified name under the given subscription, resource group and peering service.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<PeeringServicePrefixInner> createOrUpdateWithResponse(String resourceGroupName, String peeringServiceName, String prefixName, PeeringServicePrefixInner peeringServicePrefix, Context context)
Creates a new prefix with the specified name under the given subscription, resource group and peering service.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String peeringServiceName, String prefixName)
Deletes an existing prefix with the specified name under the given subscription, resource group and peering service.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String peeringServiceName, String prefixName, Context context)
Deletes an existing prefix with the specified name under the given subscription, resource group and peering service.
Parameters:
Returns:
get
public abstract PeeringServicePrefixInner get(String resourceGroupName, String peeringServiceName, String prefixName)
Gets an existing prefix with the specified name under the given subscription, resource group and peering service.
Parameters:
Returns:
getWithResponse
public abstract Response<PeeringServicePrefixInner> getWithResponse(String resourceGroupName, String peeringServiceName, String prefixName, String expand, Context context)
Gets an existing prefix with the specified name under the given subscription, resource group and peering service.
Parameters:
Returns:
listByPeeringService
public abstract PagedIterable<PeeringServicePrefixInner> listByPeeringService(String resourceGroupName, String peeringServiceName)
Lists all prefixes under the given subscription, resource group and peering service.
Parameters:
Returns:
listByPeeringService
public abstract PagedIterable<PeeringServicePrefixInner> listByPeeringService(String resourceGroupName, String peeringServiceName, String expand, Context context)
Lists all prefixes under the given subscription, resource group and peering service.
Parameters:
Returns: