ArmHciModelFactory.MarketplaceGalleryImageStatusProvisioningStatus 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 MarketplaceGalleryImageStatusProvisioningStatus.
public static Azure.ResourceManager.Hci.Models.MarketplaceGalleryImageStatusProvisioningStatus MarketplaceGalleryImageStatusProvisioningStatus (string operationId = default, Azure.ResourceManager.Hci.Models.HciClusterStatus? status = default);
static member MarketplaceGalleryImageStatusProvisioningStatus : string * Nullable<Azure.ResourceManager.Hci.Models.HciClusterStatus> -> Azure.ResourceManager.Hci.Models.MarketplaceGalleryImageStatusProvisioningStatus
Public Shared Function MarketplaceGalleryImageStatusProvisioningStatus (Optional operationId As String = Nothing, Optional status As Nullable(Of HciClusterStatus) = Nothing) As MarketplaceGalleryImageStatusProvisioningStatus
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 MarketplaceGalleryImageStatusProvisioningStatus instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET