ArmHciModelFactory.GalleryImageStatusProvisioningStatus 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.
Initializes a new instance of GalleryImageStatusProvisioningStatus.
public static Azure.ResourceManager.Hci.Models.GalleryImageStatusProvisioningStatus GalleryImageStatusProvisioningStatus (string operationId = default, Azure.ResourceManager.Hci.Models.HciClusterStatus? status = default);
static member GalleryImageStatusProvisioningStatus : string * Nullable<Azure.ResourceManager.Hci.Models.HciClusterStatus> -> Azure.ResourceManager.Hci.Models.GalleryImageStatusProvisioningStatus
Public Shared Function GalleryImageStatusProvisioningStatus (Optional operationId As String = Nothing, Optional status As Nullable(Of HciClusterStatus) = Nothing) As GalleryImageStatusProvisioningStatus
Parameters
- operationId
- String
The ID of the operation performed on the gallery image.
- status
- Nullable<HciClusterStatus>
The status of the operation performed on the gallery image [Succeeded, Failed, InProgress].
Returns
A new GalleryImageStatusProvisioningStatus instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET