ArmCdnModelFactory.ContinentsResponse Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de ContinentsResponse.
public static Azure.ResourceManager.Cdn.Models.ContinentsResponse ContinentsResponse (System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.ContinentsResponseContinentsItem> continents = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.ContinentsResponseCountryOrRegionsItem> countryOrRegions = default);
static member ContinentsResponse : seq<Azure.ResourceManager.Cdn.Models.ContinentsResponseContinentsItem> * seq<Azure.ResourceManager.Cdn.Models.ContinentsResponseCountryOrRegionsItem> -> Azure.ResourceManager.Cdn.Models.ContinentsResponse
Public Shared Function ContinentsResponse (Optional continents As IEnumerable(Of ContinentsResponseContinentsItem) = Nothing, Optional countryOrRegions As IEnumerable(Of ContinentsResponseCountryOrRegionsItem) = Nothing) As ContinentsResponse
Parâmetros
- continents
- IEnumerable<ContinentsResponseContinentsItem>
- countryOrRegions
- IEnumerable<ContinentsResponseCountryOrRegionsItem>
Retornos
Uma nova ContinentsResponse instância para simulação.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET