Freigeben über


ContinentsResponse Konstruktoren

Definition

Überlädt

ContinentsResponse()

Initialisiert eine neue instance der ContinentsResponse-Klasse.

ContinentsResponse(IList<ContinentsResponseContinentsItem>, IList<ContinentsResponseCountryOrRegionsItem>)

Initialisiert eine neue instance der ContinentsResponse-Klasse.

ContinentsResponse()

Initialisiert eine neue instance der ContinentsResponse-Klasse.

public ContinentsResponse ();
Public Sub New ()

Gilt für:

ContinentsResponse(IList<ContinentsResponseContinentsItem>, IList<ContinentsResponseCountryOrRegionsItem>)

Initialisiert eine neue instance der ContinentsResponse-Klasse.

public ContinentsResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.ContinentsResponseContinentsItem> continents = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.ContinentsResponseCountryOrRegionsItem> countryOrRegions = default);
new Microsoft.Azure.Management.Cdn.Models.ContinentsResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.ContinentsResponseContinentsItem> * System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.ContinentsResponseCountryOrRegionsItem> -> Microsoft.Azure.Management.Cdn.Models.ContinentsResponse
Public Sub New (Optional continents As IList(Of ContinentsResponseContinentsItem) = Nothing, Optional countryOrRegions As IList(Of ContinentsResponseCountryOrRegionsItem) = Nothing)

Parameter

Gilt für: