Share via


ServiceTagInformation Constructors

Definition

Overloads

ServiceTagInformation()

Initializes a new instance of the ServiceTagInformation class.

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

Initializes a new instance of the ServiceTagInformation class.

public ServiceTagInformation (Microsoft.Azure.Management.Network.Fluent.Models.ServiceTagInformationPropertiesFormat properties = default, string name = default, string id = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ServiceTagInformation : Microsoft.Azure.Management.Network.Fluent.Models.ServiceTagInformationPropertiesFormat * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ServiceTagInformation
Public Sub New (Optional properties As ServiceTagInformationPropertiesFormat = Nothing, Optional name As String = Nothing, Optional id 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.

Applies to