Bagikan melalui


MobileNetworkResource.GetMobileNetworkSliceAsync Method

Definition

Gets information about the specified network slice.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/slices/{sliceName}
  • Operation Id: Slices_Get
  • Default Api Version: 2024-02-01
  • Resource: MobileNetworkSliceResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.MobileNetworkSliceResource>> GetMobileNetworkSliceAsync (string sliceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMobileNetworkSliceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.MobileNetworkSliceResource>>
override this.GetMobileNetworkSliceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.MobileNetworkSliceResource>>
Public Overridable Function GetMobileNetworkSliceAsync (sliceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MobileNetworkSliceResource))

Parameters

sliceName
String

The name of the network slice.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

sliceName is null.

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

Applies to