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.

C#
public Deployment();

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy

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

Initializes a new instance of the Deployment class.

C#
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);

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

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy