Bagikan melalui


ServiceTagsListResultInner Constructors

Definition

Overloads

ServiceTagsListResultInner()

Initializes a new instance of the ServiceTagsListResultInner class.

ServiceTagsListResultInner(String, String, String, String, String, IList<ServiceTagInformation>)

Initializes a new instance of the ServiceTagsListResultInner class.

ServiceTagsListResultInner()

Initializes a new instance of the ServiceTagsListResultInner class.

public ServiceTagsListResultInner ();
Public Sub New ()

Applies to

ServiceTagsListResultInner(String, String, String, String, String, IList<ServiceTagInformation>)

Initializes a new instance of the ServiceTagsListResultInner class.

public ServiceTagsListResultInner (string name = default, string id = default, string type = default, string changeNumber = default, string cloud = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ServiceTagInformation> values = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ServiceTagsListResultInner : string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ServiceTagInformation> -> Microsoft.Azure.Management.Network.Fluent.Models.ServiceTagsListResultInner
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional type As String = Nothing, Optional changeNumber As String = Nothing, Optional cloud As String = Nothing, Optional values As IList(Of ServiceTagInformation) = Nothing)

Parameters

name
String

The name of the cloud.

id
String

The ID of the cloud.

type
String

The azure resource type.

changeNumber
String

The iteration number.

cloud
String

The name of the cloud.

values
IList<ServiceTagInformation>

The list of service tag information resources.

Applies to