108 строки
8.5 KiB
YAML
108 строки
8.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters"
|
|
fullName: "com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters"
|
|
name: "AFDEndpointUpdateParameters"
|
|
nameWithType: "AFDEndpointUpdateParameters"
|
|
summary: "Properties required to create or update an endpoint."
|
|
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 **AFDEndpointUpdateParameters**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters.AFDEndpointUpdateParameters()"
|
|
fullName: "com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters.AFDEndpointUpdateParameters()"
|
|
name: "AFDEndpointUpdateParameters()"
|
|
nameWithType: "AFDEndpointUpdateParameters.AFDEndpointUpdateParameters()"
|
|
syntax: "public AFDEndpointUpdateParameters()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters.enabledState()"
|
|
fullName: "com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters.enabledState()"
|
|
name: "enabledState()"
|
|
nameWithType: "AFDEndpointUpdateParameters.enabledState()"
|
|
summary: "Get whether to enable use of this rule."
|
|
syntax: "public EnabledState enabledState()"
|
|
desc: "Get whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'."
|
|
returns:
|
|
description: "the enabledState value"
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.EnabledState?alt=com.microsoft.azure.management.cdn.EnabledState&text=EnabledState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters.originResponseTimeoutSeconds()"
|
|
fullName: "com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters.originResponseTimeoutSeconds()"
|
|
name: "originResponseTimeoutSeconds()"
|
|
nameWithType: "AFDEndpointUpdateParameters.originResponseTimeoutSeconds()"
|
|
summary: "Get send and receive timeout on forwarding request to the origin."
|
|
syntax: "public Integer originResponseTimeoutSeconds()"
|
|
desc: "Get send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns."
|
|
returns:
|
|
description: "the originResponseTimeoutSeconds value"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters.tags()"
|
|
fullName: "com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters.tags()"
|
|
name: "tags()"
|
|
nameWithType: "AFDEndpointUpdateParameters.tags()"
|
|
summary: "Get endpoint tags."
|
|
syntax: "public Map<String,String> tags()"
|
|
desc: "Get endpoint tags."
|
|
returns:
|
|
description: "the tags value"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters.withEnabledState(com.microsoft.azure.management.cdn.EnabledState)"
|
|
fullName: "com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters.withEnabledState(EnabledState enabledState)"
|
|
name: "withEnabledState(EnabledState enabledState)"
|
|
nameWithType: "AFDEndpointUpdateParameters.withEnabledState(EnabledState enabledState)"
|
|
summary: "Set whether to enable use of this rule."
|
|
parameters:
|
|
- description: "the enabledState value to set"
|
|
name: "enabledState"
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.EnabledState?alt=com.microsoft.azure.management.cdn.EnabledState&text=EnabledState\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AFDEndpointUpdateParameters withEnabledState(EnabledState enabledState)"
|
|
desc: "Set whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'."
|
|
returns:
|
|
description: "the AFDEndpointUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters?alt=com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters&text=AFDEndpointUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters.withOriginResponseTimeoutSeconds(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters.withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)"
|
|
name: "withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)"
|
|
nameWithType: "AFDEndpointUpdateParameters.withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)"
|
|
summary: "Set send and receive timeout on forwarding request to the origin."
|
|
parameters:
|
|
- description: "the originResponseTimeoutSeconds value to set"
|
|
name: "originResponseTimeoutSeconds"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AFDEndpointUpdateParameters withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)"
|
|
desc: "Set send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns."
|
|
returns:
|
|
description: "the AFDEndpointUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters?alt=com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters&text=AFDEndpointUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters.withTags(Map<String,String> tags)"
|
|
name: "withTags(Map<String,String> tags)"
|
|
nameWithType: "AFDEndpointUpdateParameters.withTags(Map<String,String> tags)"
|
|
summary: "Set endpoint tags."
|
|
parameters:
|
|
- description: "the tags value to set"
|
|
name: "tags"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public AFDEndpointUpdateParameters withTags(Map<String,String> tags)"
|
|
desc: "Set endpoint tags."
|
|
returns:
|
|
description: "the AFDEndpointUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters?alt=com.microsoft.azure.management.cdn.AFDEndpointUpdateParameters&text=AFDEndpointUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Properties required to create or update an endpoint."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cdn"
|
|
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4
|