ArmNetworkCloudModelFactory.FeatureStatus 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 FeatureStatus.
public static Azure.ResourceManager.NetworkCloud.Models.FeatureStatus FeatureStatus (Azure.ResourceManager.NetworkCloud.Models.FeatureDetailedStatus? detailedStatus = default, string detailedStatusMessage = default, string name = default, string version = default);
static member FeatureStatus : Nullable<Azure.ResourceManager.NetworkCloud.Models.FeatureDetailedStatus> * string * string * string -> Azure.ResourceManager.NetworkCloud.Models.FeatureStatus
Public Shared Function FeatureStatus (Optional detailedStatus As Nullable(Of FeatureDetailedStatus) = Nothing, Optional detailedStatusMessage As String = Nothing, Optional name As String = Nothing, Optional version As String = Nothing) As FeatureStatus
Parameters
- detailedStatus
- Nullable<FeatureDetailedStatus>
The status representing the state of this feature.
- detailedStatusMessage
- String
The descriptive message about the current detailed status.
- name
- String
The name of the feature.
- version
- String
The version of the feature.
Returns
A new FeatureStatus 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