Share via


ProviderRegistrationResource.GetCustomRollout Method

Definition

Gets the custom rollout details.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/customRollouts/{rolloutName}
  • Operation Id: CustomRollouts_Get
public virtual Azure.Response<Azure.ResourceManager.ProviderHub.CustomRolloutResource> GetCustomRollout (string rolloutName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCustomRollout : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ProviderHub.CustomRolloutResource>
override this.GetCustomRollout : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ProviderHub.CustomRolloutResource>
Public Overridable Function GetCustomRollout (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