BlueprintResource.GetPublishedBlueprints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetPublishedBlueprints() |
Gets a collection of PublishedBlueprintResources in the Blueprint. |
GetPublishedBlueprints(CancellationToken) |
List published versions of given blueprint definition.
|
GetPublishedBlueprints()
- Source:
- BlueprintResource.cs
Gets a collection of PublishedBlueprintResources in the Blueprint.
public virtual Azure.ResourceManager.Blueprint.PublishedBlueprintCollection GetPublishedBlueprints ();
abstract member GetPublishedBlueprints : unit -> Azure.ResourceManager.Blueprint.PublishedBlueprintCollection
override this.GetPublishedBlueprints : unit -> Azure.ResourceManager.Blueprint.PublishedBlueprintCollection
Public Overridable Function GetPublishedBlueprints () As PublishedBlueprintCollection
Returns
An object representing collection of PublishedBlueprintResources and their operations over a PublishedBlueprintResource.
Applies to
GetPublishedBlueprints(CancellationToken)
- Source:
- BlueprintResource.cs
List published versions of given blueprint definition.
- Request Path: /{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions
- Operation Id: PublishedBlueprints_List
public virtual Azure.Pageable<Azure.ResourceManager.Blueprint.PublishedBlueprintResource> GetPublishedBlueprints (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPublishedBlueprints : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Blueprint.PublishedBlueprintResource>
override this.GetPublishedBlueprints : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Blueprint.PublishedBlueprintResource>
Public Overridable Function GetPublishedBlueprints (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PublishedBlueprintResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of PublishedBlueprintResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET