次の方法で共有


ServiceResource コンストラクター

定義

オーバーロード

ServiceResource()

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

ServiceResource(String, String, String, String, IDictionary<String,String>, SystemData, ServiceResourceProperties)

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

ServiceResource()

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

public ServiceResource();
Public Sub New ()

適用対象

ServiceResource(String, String, String, String, IDictionary<String,String>, SystemData, ServiceResourceProperties)

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.ServiceFabricManagedClusters.Models.SystemData systemData = default, Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResourceProperties properties = default);
new Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData * Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResourceProperties -> Microsoft.Azure.Management.ServiceFabricManagedClusters.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 systemData As SystemData = Nothing, Optional properties As ServiceResourceProperties = Nothing)

パラメーター

id
String

Azure リソース識別子。

name
String

Azure リソース名。

type
String

Azure リソースの種類。

location
String

リソースの場所は、親リソースによって異なります。

tags
IDictionary<String,String>

Azure リソース タグ。

systemData
SystemData

適用対象