ContinentsResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- continents
- IList<ContinentsResponseContinentsItem>
- countryOrRegions
- IList<ContinentsResponseCountryOrRegionsItem>
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET