ServiceResource コンストラクター

定義

オーバーロード

ServiceResource()

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

ServiceResource(String, String, String, String, IDictionary<String,String>, ClusterResourceProperties, Sku)

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

ServiceResource()

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

public ServiceResource ();
Public Sub New ()

適用対象

ServiceResource(String, String, String, String, IDictionary<String,String>, ClusterResourceProperties, Sku)

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

public ServiceResource (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.AppPlatform.Models.ClusterResourceProperties properties = default, Microsoft.Azure.Management.AppPlatform.Models.Sku sku = default);
new Microsoft.Azure.Management.AppPlatform.Models.ServiceResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.AppPlatform.Models.ClusterResourceProperties * Microsoft.Azure.Management.AppPlatform.Models.Sku -> Microsoft.Azure.Management.AppPlatform.Models.ServiceResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As ClusterResourceProperties = Nothing, Optional sku As Sku = Nothing)

パラメーター

id
String

リソースの完全修飾リソース ID。

name
String

リソースの名前。

type
String

リソースの型。

location
String

リソースの GEO の場所。

tags
IDictionary<String,String>

リソースを記述するキー値ペアの一覧であるサービスのタグ。

properties
ClusterResourceProperties

サービス リソースのプロパティ

sku
Sku

サービス リソースの SKU

適用対象