ServiceTagInformationPropertiesFormat Constructors

Definition

Overloads

ServiceTagInformationPropertiesFormat()

Initializes a new instance of the ServiceTagInformationPropertiesFormat class.

ServiceTagInformationPropertiesFormat(String, String, String, IList<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>)

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);
new Microsoft.Azure.Management.Network.Fluent.Models.ServiceTagInformationPropertiesFormat : string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Fluent.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)

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.

Applies to