ArmServiceFabricManagedClustersModelFactory.ResourceAzStatus 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 ResourceAzStatus.
public static Azure.ResourceManager.ServiceFabricManagedClusters.Models.ResourceAzStatus ResourceAzStatus (string resourceName = default, Azure.Core.ResourceType? resourceType = default, bool? isZoneResilient = default, string details = default);
static member ResourceAzStatus : string * Nullable<Azure.Core.ResourceType> * Nullable<bool> * string -> Azure.ResourceManager.ServiceFabricManagedClusters.Models.ResourceAzStatus
Public Shared Function ResourceAzStatus (Optional resourceName As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional isZoneResilient As Nullable(Of Boolean) = Nothing, Optional details As String = Nothing) As ResourceAzStatus
Parameters
- resourceName
- String
VM Size properties.
- resourceType
- Nullable<ResourceType>
VM Size id.
- details
- String
Zone resiliency status details for the resource.
Returns
A new ResourceAzStatus instance for mocking.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET