Bagikan melalui


ServiceTagsListResult Constructors

Definition

Overloads

ServiceTagsListResult()

Initializes a new instance of the ServiceTagsListResult class.

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

Initializes a new instance of the ServiceTagsListResult class.

ServiceTagsListResult()

Initializes a new instance of the ServiceTagsListResult class.

public ServiceTagsListResult ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ServiceTagsListResult class.

public ServiceTagsListResult (string name = default, string id = default, string type = default, string changeNumber = default, string cloud = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ServiceTagInformation> values = default, string nextLink = default);
new Microsoft.Azure.Management.Network.Models.ServiceTagsListResult : string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ServiceTagInformation> * string -> Microsoft.Azure.Management.Network.Models.ServiceTagsListResult
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, Optional nextLink As String = 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.

nextLink
String

The URL to get next page of service tag information resources.

Applies to