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