次の方法で共有


ServiceProperties コンストラクター

定義

オーバーロード

ServiceProperties()

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

ServiceProperties(String, String)

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

ServiceProperties()

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

public ServiceProperties();
Public Sub New ()

適用対象

ServiceProperties(String, String)

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

public ServiceProperties(string targetLocation, string targetSubscriptionId);
new Microsoft.Azure.Management.DeploymentManager.Models.ServiceProperties : string * string -> Microsoft.Azure.Management.DeploymentManager.Models.ServiceProperties
Public Sub New (targetLocation As String, targetSubscriptionId As String)

パラメーター

targetLocation
String

サービス内のリソースが属しているか、デプロイする必要がある Azure の場所。

targetSubscriptionId
String

サービス内のリソースが属しているか、デプロイする必要があるサブスクリプション。

適用対象