Compartir a través de


ContinentsResponse Constructores

Definición

Sobrecargas

ContinentsResponse()

Inicializa una nueva instancia de la clase ContinentsResponse.

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

Inicializa una nueva instancia de la clase ContinentsResponse.

ContinentsResponse()

Inicializa una nueva instancia de la clase ContinentsResponse.

public ContinentsResponse ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase ContinentsResponse.

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)

Parámetros

Se aplica a