azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

132 строки
8.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem"
fullName: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem"
name: "ResourcesResponseCustomDomainsItem"
nameWithType: "ResourcesResponseCustomDomainsItem"
summary: "The Resources<wbr>Response<wbr>Custom<wbr>Domains<wbr>Item model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ResourcesResponseCustomDomainsItem**"
constructors:
- uid: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem.ResourcesResponseCustomDomainsItem()"
fullName: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem.ResourcesResponseCustomDomainsItem()"
name: "ResourcesResponseCustomDomainsItem()"
nameWithType: "ResourcesResponseCustomDomainsItem.ResourcesResponseCustomDomainsItem()"
syntax: "public ResourcesResponseCustomDomainsItem()"
methods:
- uid: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem.endpointId()"
fullName: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem.endpointId()"
name: "endpointId()"
nameWithType: "ResourcesResponseCustomDomainsItem.endpointId()"
summary: "Get the endpoint<wbr>Id value."
syntax: "public String endpointId()"
desc: "Get the endpointId value."
returns:
description: "the endpointId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem.history()"
fullName: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem.history()"
name: "history()"
nameWithType: "ResourcesResponseCustomDomainsItem.history()"
summary: "Get the history value."
syntax: "public Boolean history()"
desc: "Get the history value."
returns:
description: "the history value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem.id()"
fullName: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem.id()"
name: "id()"
nameWithType: "ResourcesResponseCustomDomainsItem.id()"
summary: "Get the id value."
syntax: "public String id()"
desc: "Get the id value."
returns:
description: "the id value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem.name()"
fullName: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem.name()"
name: "name()"
nameWithType: "ResourcesResponseCustomDomainsItem.name()"
summary: "Get the name value."
syntax: "public String name()"
desc: "Get the name value."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem.withEndpointId(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem.withEndpointId(String endpointId)"
name: "withEndpointId(String endpointId)"
nameWithType: "ResourcesResponseCustomDomainsItem.withEndpointId(String endpointId)"
summary: "Set the endpoint<wbr>Id value."
parameters:
- description: "the endpointId value to set"
name: "endpointId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourcesResponseCustomDomainsItem withEndpointId(String endpointId)"
desc: "Set the endpointId value."
returns:
description: "the ResourcesResponseCustomDomainsItem object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem?alt=com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem&text=ResourcesResponseCustomDomainsItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem.withHistory(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem.withHistory(Boolean history)"
name: "withHistory(Boolean history)"
nameWithType: "ResourcesResponseCustomDomainsItem.withHistory(Boolean history)"
summary: "Set the history value."
parameters:
- description: "the history value to set"
name: "history"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourcesResponseCustomDomainsItem withHistory(Boolean history)"
desc: "Set the history value."
returns:
description: "the ResourcesResponseCustomDomainsItem object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem?alt=com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem&text=ResourcesResponseCustomDomainsItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem.withId(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem.withId(String id)"
name: "withId(String id)"
nameWithType: "ResourcesResponseCustomDomainsItem.withId(String id)"
summary: "Set the id value."
parameters:
- description: "the id value to set"
name: "id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourcesResponseCustomDomainsItem withId(String id)"
desc: "Set the id value."
returns:
description: "the ResourcesResponseCustomDomainsItem object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem?alt=com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem&text=ResourcesResponseCustomDomainsItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem.withName(String name)"
name: "withName(String name)"
nameWithType: "ResourcesResponseCustomDomainsItem.withName(String name)"
summary: "Set the name value."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourcesResponseCustomDomainsItem withName(String name)"
desc: "Set the name value."
returns:
description: "the ResourcesResponseCustomDomainsItem object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem?alt=com.microsoft.azure.management.cdn.ResourcesResponseCustomDomainsItem&text=ResourcesResponseCustomDomainsItem\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The ResourcesResponseCustomDomainsItem model."
metadata: {}
package: "com.microsoft.azure.management.cdn"
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4