ResourcesResponseEndpointsItem 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
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
- customDomains
- IList<ResourcesResponseEndpointsItemCustomDomainsItem>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET