Condividi tramite


ServiceTagInformationPropertiesFormat Constructors

Definition

Overloads

ServiceTagInformationPropertiesFormat()

Initializes a new instance of the ServiceTagInformationPropertiesFormat class.

ServiceTagInformationPropertiesFormat(String, String, String, IList<String>, String)

Initializes a new instance of the ServiceTagInformationPropertiesFormat class.

ServiceTagInformationPropertiesFormat()

Initializes a new instance of the ServiceTagInformationPropertiesFormat class.

public ServiceTagInformationPropertiesFormat ();
Public Sub New ()

Applies to

ServiceTagInformationPropertiesFormat(String, String, String, IList<String>, String)

Initializes a new instance of the ServiceTagInformationPropertiesFormat class.

public ServiceTagInformationPropertiesFormat (string changeNumber = default, string region = default, string systemService = default, System.Collections.Generic.IList<string> addressPrefixes = default, string state = default);
new Microsoft.Azure.Management.Network.Models.ServiceTagInformationPropertiesFormat : string * string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Network.Models.ServiceTagInformationPropertiesFormat
Public Sub New (Optional changeNumber As String = Nothing, Optional region As String = Nothing, Optional systemService As String = Nothing, Optional addressPrefixes As IList(Of String) = Nothing, Optional state As String = Nothing)

Parameters

changeNumber
String

The iteration number of service tag.

region
String

The region of service tag.

systemService
String

The name of system service.

addressPrefixes
IList<String>

The list of IP address prefixes.

state
String

The state of the service tag.

Applies to