Delen via


DeploymentProperties Constructors

Definition

Overloads

DeploymentProperties()

Initializes a new instance of the DeploymentProperties class.

DeploymentProperties(String, DeploymentModel, DeploymentScaleSettings)

Initializes a new instance of the DeploymentProperties class.

DeploymentProperties()

Initializes a new instance of the DeploymentProperties class.

public DeploymentProperties ();
Public Sub New ()

Applies to

DeploymentProperties(String, DeploymentModel, DeploymentScaleSettings)

Initializes a new instance of the DeploymentProperties class.

public DeploymentProperties (string provisioningState = default, Microsoft.Azure.Management.CognitiveServices.Models.DeploymentModel model = default, Microsoft.Azure.Management.CognitiveServices.Models.DeploymentScaleSettings scaleSettings = default);
new Microsoft.Azure.Management.CognitiveServices.Models.DeploymentProperties : string * Microsoft.Azure.Management.CognitiveServices.Models.DeploymentModel * Microsoft.Azure.Management.CognitiveServices.Models.DeploymentScaleSettings -> Microsoft.Azure.Management.CognitiveServices.Models.DeploymentProperties
Public Sub New (Optional provisioningState As String = Nothing, Optional model As DeploymentModel = Nothing, Optional scaleSettings As DeploymentScaleSettings = Nothing)

Parameters

provisioningState
String

Gets the status of the resource at the time the operation was called. Possible values include: 'Accepted', 'Creating', 'Deleting', 'Moving', 'Failed', 'Succeeded'

scaleSettings
DeploymentScaleSettings

Applies to