次の方法で共有


Deployment コンストラクター

定義

オーバーロード

Deployment()

Deployment クラスの新しいインスタンスを初期化します。

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

Deployment クラスの新しいインスタンスを初期化します。

Deployment()

Deployment クラスの新しいインスタンスを初期化します。

public Deployment ();
Public Sub New ()

適用対象

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

Deployment クラスの新しいインスタンスを初期化します。

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)

パラメーター

id
String

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

リソースの名前

type
String

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

systemData
SystemData
etag
String

リソース Etag。

properties
DeploymentProperties

Cognitive Services アカウントの展開のプロパティ。

適用対象