次の方法で共有


ServiceTagInformation コンストラクター

定義

オーバーロード

ServiceTagInformation()

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

ServiceTagInformation(ServiceTagInformationPropertiesFormat, String, String, String)

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

ServiceTagInformation()

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

public ServiceTagInformation ();
Public Sub New ()

適用対象

ServiceTagInformation(ServiceTagInformationPropertiesFormat, String, String, String)

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

public ServiceTagInformation (Microsoft.Azure.Management.Network.Models.ServiceTagInformationPropertiesFormat properties = default, string name = default, string id = default, string serviceTagChangeNumber = default);
new Microsoft.Azure.Management.Network.Models.ServiceTagInformation : Microsoft.Azure.Management.Network.Models.ServiceTagInformationPropertiesFormat * string * string * string -> Microsoft.Azure.Management.Network.Models.ServiceTagInformation
Public Sub New (Optional properties As ServiceTagInformationPropertiesFormat = Nothing, Optional name As String = Nothing, Optional id As String = Nothing, Optional serviceTagChangeNumber As String = Nothing)

パラメーター

properties
ServiceTagInformationPropertiesFormat

サービス タグ情報のプロパティ。

name
String

サービス タグの名前。

id
String

サービス タグの ID。

serviceTagChangeNumber
String

リージョンのサービス タグ オブジェクトのイテレーション数。

適用対象