ArmCdnModelFactory.ResourcesResponseEndpointsItem Method
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.
Initializes a new instance of ResourcesResponseEndpointsItem.
public static Azure.ResourceManager.Cdn.Models.ResourcesResponseEndpointsItem ResourcesResponseEndpointsItem (string id = default, string name = default, bool? history = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.ResourcesResponseEndpointsPropertiesItemsItem> customDomains = default);
static member ResourcesResponseEndpointsItem : string * string * Nullable<bool> * seq<Azure.ResourceManager.Cdn.Models.ResourcesResponseEndpointsPropertiesItemsItem> -> Azure.ResourceManager.Cdn.Models.ResourcesResponseEndpointsItem
Public Shared Function ResourcesResponseEndpointsItem (Optional id As String = Nothing, Optional name As String = Nothing, Optional history As Nullable(Of Boolean) = Nothing, Optional customDomains As IEnumerable(Of ResourcesResponseEndpointsPropertiesItemsItem) = Nothing) As ResourcesResponseEndpointsItem
Parameters
- id
- String
- name
- String
- customDomains
- IEnumerable<ResourcesResponseEndpointsPropertiesItemsItem>
Returns
A new ResourcesResponseEndpointsItem instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET