Partager via


ServiceTagInformation Constructeurs

Définition

Surcharges

ServiceTagInformation()

Initialise une nouvelle instance de la classe ServiceTagInformation.

ServiceTagInformation(ServiceTagInformationPropertiesFormat, String, String)

Initialise une nouvelle instance de la classe ServiceTagInformation.

ServiceTagInformation()

Initialise une nouvelle instance de la classe ServiceTagInformation.

public ServiceTagInformation ();
Public Sub New ()

S’applique à

ServiceTagInformation(ServiceTagInformationPropertiesFormat, String, String)

Initialise une nouvelle instance de la classe ServiceTagInformation.

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)

Paramètres

properties
ServiceTagInformationPropertiesFormat

Propriétés des informations de balise de service.

name
String

Nom de l’étiquette de service.

id
String

ID de l’étiquette de service.

S’applique à