NetworkGroupsOperationsExtensions Class

Definition

Extension methods for NetworkGroupsOperations.

public static class NetworkGroupsOperationsExtensions
type NetworkGroupsOperationsExtensions = class
Public Module NetworkGroupsOperationsExtensions
Inheritance
NetworkGroupsOperationsExtensions

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