Share via


INetworkGroupsOperations Interface

Definition

NetworkGroupsOperations operations.

public interface INetworkGroupsOperations
type INetworkGroupsOperations = interface
Public Interface INetworkGroupsOperations

Methods

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

Deletes a network group.

CreateOrUpdateWithHttpMessagesAsync(NetworkGroup, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a network group.

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

Deletes a network group.

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

Gets the specified network group.

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

Lists the specified network group.

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

Lists the specified network group.

Extension Methods

BeginDelete(INetworkGroupsOperations, String, String, String, Nullable<Boolean>)

Deletes a network group.

BeginDeleteAsync(INetworkGroupsOperations, String, String, String, Nullable<Boolean>, CancellationToken)

Deletes a network group.

CreateOrUpdate(INetworkGroupsOperations, NetworkGroup, String, String, String, String)

Creates or updates a network group.

CreateOrUpdateAsync(INetworkGroupsOperations, NetworkGroup, String, String, String, String, CancellationToken)

Creates or updates a network group.

Delete(INetworkGroupsOperations, String, String, String, Nullable<Boolean>)

Deletes a network group.

DeleteAsync(INetworkGroupsOperations, String, String, String, Nullable<Boolean>, CancellationToken)

Deletes a network group.

Get(INetworkGroupsOperations, String, String, String)

Gets the specified network group.

GetAsync(INetworkGroupsOperations, String, String, String, CancellationToken)

Gets the specified network group.

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

Lists the specified network group.

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

Lists the specified network group.

ListNext(INetworkGroupsOperations, String)

Lists the specified network group.

ListNextAsync(INetworkGroupsOperations, String, CancellationToken)

Lists the specified network group.

Applies to