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

300 строки
22 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.OriginUpdateParameters"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters"
name: "OriginUpdateParameters"
nameWithType: "OriginUpdateParameters"
summary: "Origin properties needed for origin update."
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 **OriginUpdateParameters**"
constructors:
- uid: "com.microsoft.azure.management.cdn.OriginUpdateParameters.OriginUpdateParameters()"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.OriginUpdateParameters()"
name: "OriginUpdateParameters()"
nameWithType: "OriginUpdateParameters.OriginUpdateParameters()"
syntax: "public OriginUpdateParameters()"
methods:
- uid: "com.microsoft.azure.management.cdn.OriginUpdateParameters.enabled()"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.enabled()"
name: "enabled()"
nameWithType: "OriginUpdateParameters.enabled()"
summary: "Get origin is enabled for load balancing or not."
syntax: "public Boolean enabled()"
desc: "Get origin is enabled for load balancing or not."
returns:
description: "the enabled 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.OriginUpdateParameters.hostName()"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.hostName()"
name: "hostName()"
nameWithType: "OriginUpdateParameters.hostName()"
summary: "Get the address of the origin."
syntax: "public String hostName()"
desc: "Get the address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint."
returns:
description: "the hostName 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.OriginUpdateParameters.httpPort()"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.httpPort()"
name: "httpPort()"
nameWithType: "OriginUpdateParameters.httpPort()"
summary: "Get the value of the HTTP port."
syntax: "public Integer httpPort()"
desc: "Get the value of the HTTP port. Must be between 1 and 65535."
returns:
description: "the httpPort 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.OriginUpdateParameters.httpsPort()"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.httpsPort()"
name: "httpsPort()"
nameWithType: "OriginUpdateParameters.httpsPort()"
summary: "Get the value of the HTTPS port."
syntax: "public Integer httpsPort()"
desc: "Get the value of the HTTPS port. Must be between 1 and 65535."
returns:
description: "the httpsPort 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.OriginUpdateParameters.originHostHeader()"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.originHostHeader()"
name: "originHostHeader()"
nameWithType: "OriginUpdateParameters.originHostHeader()"
summary: "Get the host header value sent to the origin with each request."
syntax: "public String originHostHeader()"
desc: "Get the host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint."
returns:
description: "the originHostHeader 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.OriginUpdateParameters.priority()"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.priority()"
name: "priority()"
nameWithType: "OriginUpdateParameters.priority()"
summary: "Get priority of origin in given origin group for load balancing."
syntax: "public Integer priority()"
desc: "Get priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5."
returns:
description: "the priority 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.OriginUpdateParameters.privateLinkAlias()"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.privateLinkAlias()"
name: "privateLinkAlias()"
nameWithType: "OriginUpdateParameters.privateLinkAlias()"
summary: "Get the Alias of the Private Link resource."
syntax: "public String privateLinkAlias()"
desc: "Get the Alias of the Private Link resource. Populating this optional field indicates that this origin is 'Private'."
returns:
description: "the privateLinkAlias 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.OriginUpdateParameters.privateLinkApprovalMessage()"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.privateLinkApprovalMessage()"
name: "privateLinkApprovalMessage()"
nameWithType: "OriginUpdateParameters.privateLinkApprovalMessage()"
summary: "Get a custom message to be included in the approval request to connect to the Private Link."
syntax: "public String privateLinkApprovalMessage()"
desc: "Get a custom message to be included in the approval request to connect to the Private Link."
returns:
description: "the privateLinkApprovalMessage 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.OriginUpdateParameters.privateLinkLocation()"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.privateLinkLocation()"
name: "privateLinkLocation()"
nameWithType: "OriginUpdateParameters.privateLinkLocation()"
summary: "Get the location of the Private Link resource."
syntax: "public String privateLinkLocation()"
desc: "Get the location of the Private Link resource. Required only if 'privateLinkResourceId' is populated."
returns:
description: "the privateLinkLocation 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.OriginUpdateParameters.privateLinkResourceId()"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.privateLinkResourceId()"
name: "privateLinkResourceId()"
nameWithType: "OriginUpdateParameters.privateLinkResourceId()"
summary: "Get the Resource Id of the Private Link resource."
syntax: "public String privateLinkResourceId()"
desc: "Get the Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private'."
returns:
description: "the privateLinkResourceId 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.OriginUpdateParameters.weight()"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.weight()"
name: "weight()"
nameWithType: "OriginUpdateParameters.weight()"
summary: "Get weight of the origin in given origin group for load balancing."
syntax: "public Integer weight()"
desc: "Get weight of the origin in given origin group for load balancing. Must be between 1 and 1000."
returns:
description: "the weight 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.OriginUpdateParameters.withEnabled(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withEnabled(Boolean enabled)"
name: "withEnabled(Boolean enabled)"
nameWithType: "OriginUpdateParameters.withEnabled(Boolean enabled)"
summary: "Set origin is enabled for load balancing or not."
parameters:
- description: "the enabled value to set"
name: "enabled"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OriginUpdateParameters withEnabled(Boolean enabled)"
desc: "Set origin is enabled for load balancing or not."
returns:
description: "the OriginUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.OriginUpdateParameters?alt=com.microsoft.azure.management.cdn.OriginUpdateParameters&text=OriginUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withHostName(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withHostName(String hostName)"
name: "withHostName(String hostName)"
nameWithType: "OriginUpdateParameters.withHostName(String hostName)"
summary: "Set the address of the origin."
parameters:
- description: "the hostName value to set"
name: "hostName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OriginUpdateParameters withHostName(String hostName)"
desc: "Set the address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint."
returns:
description: "the OriginUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.OriginUpdateParameters?alt=com.microsoft.azure.management.cdn.OriginUpdateParameters&text=OriginUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withHttpPort(java.lang.Integer)"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withHttpPort(Integer httpPort)"
name: "withHttpPort(Integer httpPort)"
nameWithType: "OriginUpdateParameters.withHttpPort(Integer httpPort)"
summary: "Set the value of the HTTP port."
parameters:
- description: "the httpPort value to set"
name: "httpPort"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OriginUpdateParameters withHttpPort(Integer httpPort)"
desc: "Set the value of the HTTP port. Must be between 1 and 65535."
returns:
description: "the OriginUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.OriginUpdateParameters?alt=com.microsoft.azure.management.cdn.OriginUpdateParameters&text=OriginUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withHttpsPort(java.lang.Integer)"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withHttpsPort(Integer httpsPort)"
name: "withHttpsPort(Integer httpsPort)"
nameWithType: "OriginUpdateParameters.withHttpsPort(Integer httpsPort)"
summary: "Set the value of the HTTPS port."
parameters:
- description: "the httpsPort value to set"
name: "httpsPort"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OriginUpdateParameters withHttpsPort(Integer httpsPort)"
desc: "Set the value of the HTTPS port. Must be between 1 and 65535."
returns:
description: "the OriginUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.OriginUpdateParameters?alt=com.microsoft.azure.management.cdn.OriginUpdateParameters&text=OriginUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withOriginHostHeader(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withOriginHostHeader(String originHostHeader)"
name: "withOriginHostHeader(String originHostHeader)"
nameWithType: "OriginUpdateParameters.withOriginHostHeader(String originHostHeader)"
summary: "Set the host header value sent to the origin with each request."
parameters:
- description: "the originHostHeader value to set"
name: "originHostHeader"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OriginUpdateParameters withOriginHostHeader(String originHostHeader)"
desc: "Set the host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint."
returns:
description: "the OriginUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.OriginUpdateParameters?alt=com.microsoft.azure.management.cdn.OriginUpdateParameters&text=OriginUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withPriority(java.lang.Integer)"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withPriority(Integer priority)"
name: "withPriority(Integer priority)"
nameWithType: "OriginUpdateParameters.withPriority(Integer priority)"
summary: "Set priority of origin in given origin group for load balancing."
parameters:
- description: "the priority value to set"
name: "priority"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OriginUpdateParameters withPriority(Integer priority)"
desc: "Set priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5."
returns:
description: "the OriginUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.OriginUpdateParameters?alt=com.microsoft.azure.management.cdn.OriginUpdateParameters&text=OriginUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withPrivateLinkAlias(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withPrivateLinkAlias(String privateLinkAlias)"
name: "withPrivateLinkAlias(String privateLinkAlias)"
nameWithType: "OriginUpdateParameters.withPrivateLinkAlias(String privateLinkAlias)"
summary: "Set the Alias of the Private Link resource."
parameters:
- description: "the privateLinkAlias value to set"
name: "privateLinkAlias"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OriginUpdateParameters withPrivateLinkAlias(String privateLinkAlias)"
desc: "Set the Alias of the Private Link resource. Populating this optional field indicates that this origin is 'Private'."
returns:
description: "the OriginUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.OriginUpdateParameters?alt=com.microsoft.azure.management.cdn.OriginUpdateParameters&text=OriginUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withPrivateLinkApprovalMessage(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withPrivateLinkApprovalMessage(String privateLinkApprovalMessage)"
name: "withPrivateLinkApprovalMessage(String privateLinkApprovalMessage)"
nameWithType: "OriginUpdateParameters.withPrivateLinkApprovalMessage(String privateLinkApprovalMessage)"
summary: "Set a custom message to be included in the approval request to connect to the Private Link."
parameters:
- description: "the privateLinkApprovalMessage value to set"
name: "privateLinkApprovalMessage"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OriginUpdateParameters withPrivateLinkApprovalMessage(String privateLinkApprovalMessage)"
desc: "Set a custom message to be included in the approval request to connect to the Private Link."
returns:
description: "the OriginUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.OriginUpdateParameters?alt=com.microsoft.azure.management.cdn.OriginUpdateParameters&text=OriginUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withPrivateLinkLocation(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withPrivateLinkLocation(String privateLinkLocation)"
name: "withPrivateLinkLocation(String privateLinkLocation)"
nameWithType: "OriginUpdateParameters.withPrivateLinkLocation(String privateLinkLocation)"
summary: "Set the location of the Private Link resource."
parameters:
- description: "the privateLinkLocation value to set"
name: "privateLinkLocation"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OriginUpdateParameters withPrivateLinkLocation(String privateLinkLocation)"
desc: "Set the location of the Private Link resource. Required only if 'privateLinkResourceId' is populated."
returns:
description: "the OriginUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.OriginUpdateParameters?alt=com.microsoft.azure.management.cdn.OriginUpdateParameters&text=OriginUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withPrivateLinkResourceId(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withPrivateLinkResourceId(String privateLinkResourceId)"
name: "withPrivateLinkResourceId(String privateLinkResourceId)"
nameWithType: "OriginUpdateParameters.withPrivateLinkResourceId(String privateLinkResourceId)"
summary: "Set the Resource Id of the Private Link resource."
parameters:
- description: "the privateLinkResourceId value to set"
name: "privateLinkResourceId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OriginUpdateParameters withPrivateLinkResourceId(String privateLinkResourceId)"
desc: "Set the Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private'."
returns:
description: "the OriginUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.OriginUpdateParameters?alt=com.microsoft.azure.management.cdn.OriginUpdateParameters&text=OriginUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withWeight(java.lang.Integer)"
fullName: "com.microsoft.azure.management.cdn.OriginUpdateParameters.withWeight(Integer weight)"
name: "withWeight(Integer weight)"
nameWithType: "OriginUpdateParameters.withWeight(Integer weight)"
summary: "Set weight of the origin in given origin group for load balancing."
parameters:
- description: "the weight value to set"
name: "weight"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OriginUpdateParameters withWeight(Integer weight)"
desc: "Set weight of the origin in given origin group for load balancing. Must be between 1 and 1000."
returns:
description: "the OriginUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.OriginUpdateParameters?alt=com.microsoft.azure.management.cdn.OriginUpdateParameters&text=OriginUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Origin properties needed for origin update."
metadata: {}
package: "com.microsoft.azure.management.cdn"
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4