Compartir a través de


ISubnetsOperations Interface

Definition

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.

Applies to