Delen via


ResourcesResponseEndpointsItem Constructors

Definition

Overloads

ResourcesResponseEndpointsItem()

Initializes a new instance of the ResourcesResponseEndpointsItem class.

ResourcesResponseEndpointsItem(String, String, Nullable<Boolean>, IList<ResourcesResponseEndpointsItemCustomDomainsItem>)

Initializes a new instance of the ResourcesResponseEndpointsItem class.

ResourcesResponseEndpointsItem()

Initializes a new instance of the ResourcesResponseEndpointsItem class.

public ResourcesResponseEndpointsItem ();
Public Sub New ()

Applies to

ResourcesResponseEndpointsItem(String, String, Nullable<Boolean>, IList<ResourcesResponseEndpointsItemCustomDomainsItem>)

Initializes a new instance of the ResourcesResponseEndpointsItem class.

public ResourcesResponseEndpointsItem (string id = default, string name = default, bool? history = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.ResourcesResponseEndpointsItemCustomDomainsItem> customDomains = default);
new Microsoft.Azure.Management.Cdn.Models.ResourcesResponseEndpointsItem : string * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.ResourcesResponseEndpointsItemCustomDomainsItem> -> Microsoft.Azure.Management.Cdn.Models.ResourcesResponseEndpointsItem
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional history As Nullable(Of Boolean) = Nothing, Optional customDomains As IList(Of ResourcesResponseEndpointsItemCustomDomainsItem) = Nothing)

Parameters

id
String
name
String
history
Nullable<Boolean>

Applies to