DeploymentProperties Constructors
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.
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'
- model
- DeploymentModel
- scaleSettings
- DeploymentScaleSettings
Applies to
Azure SDK for .NET