NetworkGroupResource.GetNetworkGroupStaticMember Method

Definition

Gets the specified static member.

public virtual Azure.Response<Azure.ResourceManager.Network.NetworkGroupStaticMemberResource> GetNetworkGroupStaticMember(string staticMemberName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkGroupStaticMember : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.NetworkGroupStaticMemberResource>
override this.GetNetworkGroupStaticMember : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.NetworkGroupStaticMemberResource>
Public Overridable Function GetNetworkGroupStaticMember (staticMemberName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkGroupStaticMemberResource)

Parameters

staticMemberName
String

The name of the static member.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

staticMemberName is null.

staticMemberName is an empty string, and was expected to be non-empty.

Applies to