Sdílet prostřednictvím


ArmCdnModelFactory.ContinentsResponse Method

Definition

Initializes a new instance of 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

Parameters

Returns

A new ContinentsResponse instance for mocking.

Applies to