Share via


PublishedBlueprintCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}
  • Operation Id: PublishedBlueprints_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.Blueprint.PublishedBlueprintResource> GetIfExists (string versionId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Blueprint.PublishedBlueprintResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Blueprint.PublishedBlueprintResource>
Public Overridable Function GetIfExists (versionId As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of PublishedBlueprintResource)

Parameters

versionId
String

Version of the published blueprint definition.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

versionId is null.

Applies to