CustomRolloutCollection.Get(String, CancellationToken) Method

Definition

Gets the custom rollout details.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/customRollouts/{rolloutName}.
  • Operation Id. : CustomRollouts_Get.
  • Default Api Version. : 2024-09-01.
public virtual Azure.Response<Azure.ResourceManager.ProviderHub.CustomRolloutResource> Get(string rolloutName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ProviderHub.CustomRolloutResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ProviderHub.CustomRolloutResource>
Public Overridable Function Get (rolloutName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CustomRolloutResource)

Parameters

rolloutName
String

The rollout name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

rolloutName is null.

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

Applies to