Share via


ClusterResourceProperties Constructors

Definition

Overloads

ClusterResourceProperties()

Initializes a new instance of the ClusterResourceProperties class.

ClusterResourceProperties(String, NetworkProfile, Nullable<Int32>, String)

Initializes a new instance of the ClusterResourceProperties class.

ClusterResourceProperties()

Initializes a new instance of the ClusterResourceProperties class.

public ClusterResourceProperties ();
Public Sub New ()

Applies to

ClusterResourceProperties(String, NetworkProfile, Nullable<Int32>, String)

Initializes a new instance of the ClusterResourceProperties class.

public ClusterResourceProperties (string provisioningState = default, Microsoft.Azure.Management.AppPlatform.Models.NetworkProfile networkProfile = default, int? version = default, string serviceId = default);
new Microsoft.Azure.Management.AppPlatform.Models.ClusterResourceProperties : string * Microsoft.Azure.Management.AppPlatform.Models.NetworkProfile * Nullable<int> * string -> Microsoft.Azure.Management.AppPlatform.Models.ClusterResourceProperties
Public Sub New (Optional provisioningState As String = Nothing, Optional networkProfile As NetworkProfile = Nothing, Optional version As Nullable(Of Integer) = Nothing, Optional serviceId As String = Nothing)

Parameters

provisioningState
String

Provisioning state of the Service. Possible values include: 'Creating', 'Updating', 'Deleting', 'Deleted', 'Succeeded', 'Failed', 'Moving', 'Moved', 'MoveFailed'

networkProfile
NetworkProfile

Network profile of the Service

version
Nullable<Int32>

Version of the Service

serviceId
String

ServiceInstanceEntity GUID which uniquely identifies a created resource

Applies to