Share via


MobileNetworkSliceCollection.Get(String, CancellationToken) 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 Azure.Response<Azure.ResourceManager.MobileNetwork.MobileNetworkSliceResource> Get (string sliceName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.MobileNetworkSliceResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.MobileNetworkSliceResource>
Public Overridable Function Get (sliceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MobileNetworkSliceResource)

Parameters

sliceName
String

The name of the network slice.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

sliceName is null.

Applies to