次の方法で共有


IStaticCidrsOperations Interface

Definition

StaticCidrsOperations operations.

public interface IStaticCidrsOperations
type IStaticCidrsOperations = interface
Public Interface IStaticCidrsOperations

Methods

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

Delete the Static CIDR resource.

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

Creates/Updates the Static CIDR resource.

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

Delete the Static CIDR resource.

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

Gets the specific Static CIDR resource.

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

Gets list of Static CIDR resources at Network Manager level.

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

Gets list of Static CIDR resources at Network Manager level.

Extension Methods

BeginDelete(IStaticCidrsOperations, String, String, String, String)

Delete the Static CIDR resource.

BeginDeleteAsync(IStaticCidrsOperations, String, String, String, String, CancellationToken)

Delete the Static CIDR resource.

Create(IStaticCidrsOperations, String, String, String, String, StaticCidr)

Creates/Updates the Static CIDR resource.

CreateAsync(IStaticCidrsOperations, String, String, String, String, StaticCidr, CancellationToken)

Creates/Updates the Static CIDR resource.

Delete(IStaticCidrsOperations, String, String, String, String)

Delete the Static CIDR resource.

DeleteAsync(IStaticCidrsOperations, String, String, String, String, CancellationToken)

Delete the Static CIDR resource.

Get(IStaticCidrsOperations, String, String, String, String)

Gets the specific Static CIDR resource.

GetAsync(IStaticCidrsOperations, String, String, String, String, CancellationToken)

Gets the specific Static CIDR resource.

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

Gets list of Static CIDR resources at Network Manager level.

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

Gets list of Static CIDR resources at Network Manager level.

ListNext(IStaticCidrsOperations, String)

Gets list of Static CIDR resources at Network Manager level.

ListNextAsync(IStaticCidrsOperations, String, CancellationToken)

Gets list of Static CIDR resources at Network Manager level.

Applies to