ContinentsResponse Constructors

Definition

Overloads

ContinentsResponse()

Initializes a new instance of the ContinentsResponse class.

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

Initializes a new instance of the ContinentsResponse class.

ContinentsResponse()

Initializes a new instance of the ContinentsResponse class.

public ContinentsResponse ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ContinentsResponse class.

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)

Parameters

Applies to