ISubnetsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SubnetsOperations operations.
public interface ISubnetsOperations
type ISubnetsOperations = interface
Public Interface ISubnetsOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, Subnet, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates a subnet in the specified virtual network. |
CreateOrUpdateWithHttpMessagesAsync(String, String, String, Subnet, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates a subnet in the specified virtual network. |
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets the specified subnet by virtual network and resource group. |
Extension Methods
BeginCreateOrUpdate(ISubnetsOperations, String, String, String, Subnet) |
Creates or updates a subnet in the specified virtual network. |
BeginCreateOrUpdateAsync(ISubnetsOperations, String, String, String, Subnet, CancellationToken) |
Creates or updates a subnet in the specified virtual network. |
CreateOrUpdate(ISubnetsOperations, String, String, String, Subnet) |
Creates or updates a subnet in the specified virtual network. |
CreateOrUpdateAsync(ISubnetsOperations, String, String, String, Subnet, CancellationToken) |
Creates or updates a subnet in the specified virtual network. |
Get(ISubnetsOperations, String, String, String, String) |
Gets the specified subnet by virtual network and resource group. |
GetAsync(ISubnetsOperations, String, String, String, String, CancellationToken) |
Gets the specified subnet by virtual network and resource group. |