Compartilhar via


ResourcesResponse Construtores

Definição

Sobrecargas

ResourcesResponse()

Inicializa uma nova instância da classe ResourcesResponse.

ResourcesResponse(IList<ResourcesResponseEndpointsItem>, IList<ResourcesResponseCustomDomainsItem>)

Inicializa uma nova instância da classe ResourcesResponse.

ResourcesResponse()

Inicializa uma nova instância da classe ResourcesResponse.

public ResourcesResponse ();
Public Sub New ()

Aplica-se a

ResourcesResponse(IList<ResourcesResponseEndpointsItem>, IList<ResourcesResponseCustomDomainsItem>)

Inicializa uma nova instância da classe ResourcesResponse.

public ResourcesResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.ResourcesResponseEndpointsItem> endpoints = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.ResourcesResponseCustomDomainsItem> customDomains = default);
new Microsoft.Azure.Management.Cdn.Models.ResourcesResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.ResourcesResponseEndpointsItem> * System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.ResourcesResponseCustomDomainsItem> -> Microsoft.Azure.Management.Cdn.Models.ResourcesResponse
Public Sub New (Optional endpoints As IList(Of ResourcesResponseEndpointsItem) = Nothing, Optional customDomains As IList(Of ResourcesResponseCustomDomainsItem) = Nothing)

Parâmetros

Aplica-se a