다음을 통해 공유


Deployment Constructors

Definition

Overloads

Deployment()

Initializes a new instance of the Deployment class.

Deployment(String, String, String, SystemData, String, DeploymentProperties)

Initializes a new instance of the Deployment class.

Deployment()

Initializes a new instance of the Deployment class.

public Deployment ();
Public Sub New ()

Applies to

Deployment(String, String, String, SystemData, String, DeploymentProperties)

Initializes a new instance of the Deployment class.

public Deployment (string id = default, string name = default, string type = default, Microsoft.Azure.Management.CognitiveServices.Models.SystemData systemData = default, string etag = default, Microsoft.Azure.Management.CognitiveServices.Models.DeploymentProperties properties = default);
new Microsoft.Azure.Management.CognitiveServices.Models.Deployment : string * string * string * Microsoft.Azure.Management.CognitiveServices.Models.SystemData * string * Microsoft.Azure.Management.CognitiveServices.Models.DeploymentProperties -> Microsoft.Azure.Management.CognitiveServices.Models.Deployment
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional etag As String = Nothing, Optional properties As DeploymentProperties = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

systemData
SystemData
etag
String

Resource Etag.

properties
DeploymentProperties

Properties of Cognitive Services account deployment.

Applies to