ServiceTagInformation Constructors

Definition

Overloads

ServiceTagInformation()

Initializes a new instance of the ServiceTagInformation class.

ServiceTagInformation(ServiceTagInformationPropertiesFormat, String, String, String)

Initializes a new instance of the ServiceTagInformation class.

ServiceTagInformation()

Initializes a new instance of the ServiceTagInformation class.

public ServiceTagInformation ();
Public Sub New ()

Applies to

ServiceTagInformation(ServiceTagInformationPropertiesFormat, String, String, String)

Initializes a new instance of the ServiceTagInformation class.

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)

Parameters

properties
ServiceTagInformationPropertiesFormat

Properties of the service tag information.

name
String

The name of service tag.

id
String

The ID of service tag.

serviceTagChangeNumber
String

The iteration number of service tag object for region.

Applies to