次の方法で共有


Service コンストラクター

定義

オーバーロード

Service()

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

Service(String, String, String, String, IList<String>)

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

Service()

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

public Service ();
Public Sub New ()

適用対象

Service(String, String, String, String, IList<String>)

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

public Service (string id = default, string name = default, string type = default, string displayName = default, System.Collections.Generic.IList<string> resourceTypes = default);
new Microsoft.Azure.Management.Support.Models.Service : string * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Support.Models.Service
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing, Optional resourceTypes As IList(Of String) = Nothing)

パラメーター

id
String

リソースの ID。

name
String

リソースの名前。

type
String

リソース 'Microsoft.Support/services' の種類。

displayName
String

Azure サービスのローカライズされた名前。

resourceTypes
IList<String>

ARM リソースの種類。

適用対象