MobileNetworkExtensions.GetMobileNetworkSimGroupAsync Method

Definition

Gets information about the specified SIM group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}
  • Operation Id: SimGroups_Get
  • Default Api Version: 2024-02-01
  • Resource: MobileNetworkSimGroupResource
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.MobileNetworkSimGroupResource>> GetMobileNetworkSimGroupAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string simGroupName, System.Threading.CancellationToken cancellationToken = default);
static member GetMobileNetworkSimGroupAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.MobileNetworkSimGroupResource>>
<Extension()>
Public Function GetMobileNetworkSimGroupAsync (resourceGroupResource As ResourceGroupResource, simGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MobileNetworkSimGroupResource))

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

simGroupName
String

The name of the SIM Group.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or simGroupName is null.

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

Applies to