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
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