共用方式為


DefaultRolloutCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/defaultRollouts/{rolloutName}
  • Operation Id: DefaultRollouts_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.ProviderHub.DefaultRolloutResource> GetIfExists (string rolloutName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ProviderHub.DefaultRolloutResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ProviderHub.DefaultRolloutResource>
Public Overridable Function GetIfExists (rolloutName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of DefaultRolloutResource)

Parameters

rolloutName
String

The rollout name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

rolloutName is null.

Applies to