ProviderRegistrationResource.GetDefaultRollout Method

Definition

Gets the default rollout details.

public virtual Azure.Response<Azure.ResourceManager.ProviderHub.DefaultRolloutResource> GetDefaultRollout(string rolloutName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDefaultRollout : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ProviderHub.DefaultRolloutResource>
override this.GetDefaultRollout : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ProviderHub.DefaultRolloutResource>
Public Overridable Function GetDefaultRollout (rolloutName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DefaultRolloutResource)

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