你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IIpamPoolsOperations Interface

Definition

IpamPoolsOperations operations.

public interface IIpamPoolsOperations
type IIpamPoolsOperations = interface
Public Interface IIpamPoolsOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, IpamPool, Dictionary<String,List<String>>, CancellationToken)

Creates/Updates the Pool resource.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete the Pool resource.

CreateWithHttpMessagesAsync(String, String, String, IpamPool, Dictionary<String,List<String>>, CancellationToken)

Creates/Updates the Pool resource.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete the Pool resource.

GetPoolUsageWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get the Pool Usage.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the specific Pool resource.

ListAssociatedResourcesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List Associated Resource in the Pool.

ListAssociatedResourcesWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

List Associated Resource in the Pool.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets list of Pool resources at Network Manager level.

ListWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Nullable<Int32>, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets list of Pool resources at Network Manager level.

UpdateWithHttpMessagesAsync(String, String, String, IpamPoolUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates the specific Pool resource.

Extension Methods

BeginCreate(IIpamPoolsOperations, String, String, String, IpamPool)

Creates/Updates the Pool resource.

BeginCreateAsync(IIpamPoolsOperations, String, String, String, IpamPool, CancellationToken)

Creates/Updates the Pool resource.

BeginDelete(IIpamPoolsOperations, String, String, String)

Delete the Pool resource.

BeginDeleteAsync(IIpamPoolsOperations, String, String, String, CancellationToken)

Delete the Pool resource.

Create(IIpamPoolsOperations, String, String, String, IpamPool)

Creates/Updates the Pool resource.

CreateAsync(IIpamPoolsOperations, String, String, String, IpamPool, CancellationToken)

Creates/Updates the Pool resource.

Delete(IIpamPoolsOperations, String, String, String)

Delete the Pool resource.

DeleteAsync(IIpamPoolsOperations, String, String, String, CancellationToken)

Delete the Pool resource.

Get(IIpamPoolsOperations, String, String, String)

Gets the specific Pool resource.

GetAsync(IIpamPoolsOperations, String, String, String, CancellationToken)

Gets the specific Pool resource.

GetPoolUsage(IIpamPoolsOperations, String, String, String)

Get the Pool Usage.

GetPoolUsageAsync(IIpamPoolsOperations, String, String, String, CancellationToken)

Get the Pool Usage.

List(IIpamPoolsOperations, String, String, String, Nullable<Int32>, Nullable<Int32>, String, String)

Gets list of Pool resources at Network Manager level.

ListAssociatedResources(IIpamPoolsOperations, String, String, String)

List Associated Resource in the Pool.

ListAssociatedResourcesAsync(IIpamPoolsOperations, String, String, String, CancellationToken)

List Associated Resource in the Pool.

ListAssociatedResourcesNext(IIpamPoolsOperations, String)

List Associated Resource in the Pool.

ListAssociatedResourcesNextAsync(IIpamPoolsOperations, String, CancellationToken)

List Associated Resource in the Pool.

ListAsync(IIpamPoolsOperations, String, String, String, Nullable<Int32>, Nullable<Int32>, String, String, CancellationToken)

Gets list of Pool resources at Network Manager level.

ListNext(IIpamPoolsOperations, String)

Gets list of Pool resources at Network Manager level.

ListNextAsync(IIpamPoolsOperations, String, CancellationToken)

Gets list of Pool resources at Network Manager level.

Update(IIpamPoolsOperations, String, String, String, IpamPoolUpdate)

Updates the specific Pool resource.

UpdateAsync(IIpamPoolsOperations, String, String, String, IpamPoolUpdate, CancellationToken)

Updates the specific Pool resource.

Applies to