ArmServiceFabricModelFactory.ClusterVersionDetails 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 ClusterVersionDetails.
public static Azure.ResourceManager.ServiceFabric.Models.ClusterVersionDetails ClusterVersionDetails(string codeVersion = default, DateTimeOffset? supportExpireOn = default, Azure.ResourceManager.ServiceFabric.Models.ClusterEnvironment? environment = default);
static member ClusterVersionDetails : string * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.ServiceFabric.Models.ClusterEnvironment> -> Azure.ResourceManager.ServiceFabric.Models.ClusterVersionDetails
Public Shared Function ClusterVersionDetails (Optional codeVersion As String = Nothing, Optional supportExpireOn As Nullable(Of DateTimeOffset) = Nothing, Optional environment As Nullable(Of ClusterEnvironment) = Nothing) As ClusterVersionDetails
Parameters
- codeVersion
- String
The Service Fabric runtime version of the cluster.
- supportExpireOn
- Nullable<DateTimeOffset>
The date of expiry of support of the version.
- environment
- Nullable<ClusterEnvironment>
Indicates if this version is for Windows or Linux operating system.
Returns
A new ClusterVersionDetails instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET