ArmComputeModelFactory.SharedGalleryIdentifier(String) Method

Definition

public static Azure.ResourceManager.Compute.Models.SharedGalleryIdentifier SharedGalleryIdentifier(string uniqueId = default);
static member SharedGalleryIdentifier : string -> Azure.ResourceManager.Compute.Models.SharedGalleryIdentifier
Public Shared Function SharedGalleryIdentifier (Optional uniqueId As String = Nothing) As SharedGalleryIdentifier

Parameters

uniqueId
String

The unique id of this shared gallery.

Returns

A new SharedGalleryIdentifier instance for mocking.

Applies to