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

396 строки
36 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters"
name: "EndpointUpdateParameters"
nameWithType: "EndpointUpdateParameters"
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 **EndpointUpdateParameters**"
constructors:
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.EndpointUpdateParameters()"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.EndpointUpdateParameters()"
name: "EndpointUpdateParameters()"
nameWithType: "EndpointUpdateParameters.EndpointUpdateParameters()"
syntax: "public EndpointUpdateParameters()"
methods:
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.contentTypesToCompress()"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.contentTypesToCompress()"
name: "contentTypesToCompress()"
nameWithType: "EndpointUpdateParameters.contentTypesToCompress()"
summary: "Get list of content types on which compression applies."
syntax: "public List<String> contentTypesToCompress()"
desc: "Get list of content types on which compression applies. The value should be a valid MIME type."
returns:
description: "the contentTypesToCompress value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.defaultOriginGroup()"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.defaultOriginGroup()"
name: "defaultOriginGroup()"
nameWithType: "EndpointUpdateParameters.defaultOriginGroup()"
summary: "Get a reference to the origin group."
syntax: "public ResourceReference defaultOriginGroup()"
desc: "Get a reference to the origin group."
returns:
description: "the defaultOriginGroup value"
type: "<xref href=\"com.microsoft.azure.management.cdn.ResourceReference?alt=com.microsoft.azure.management.cdn.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.deliveryPolicy()"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.deliveryPolicy()"
name: "deliveryPolicy()"
nameWithType: "EndpointUpdateParameters.deliveryPolicy()"
summary: "Get a policy that specifies the delivery rules to be used for an endpoint."
syntax: "public EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy()"
desc: "Get a policy that specifies the delivery rules to be used for an endpoint."
returns:
description: "the deliveryPolicy value"
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy?alt=com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy&text=EndpointPropertiesUpdateParametersDeliveryPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.geoFilters()"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.geoFilters()"
name: "geoFilters()"
nameWithType: "EndpointUpdateParameters.geoFilters()"
summary: "Get list of rules defining the user's geo access within a CDN endpoint."
syntax: "public List<GeoFilter> geoFilters()"
desc: "Get list of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule to a specified path or content, e.g. block APAC for path /pictures/."
returns:
description: "the geoFilters value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.GeoFilter?alt=com.microsoft.azure.management.cdn.GeoFilter&text=GeoFilter\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.isCompressionEnabled()"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.isCompressionEnabled()"
name: "isCompressionEnabled()"
nameWithType: "EndpointUpdateParameters.isCompressionEnabled()"
summary: "Get indicates whether content compression is enabled on CDN."
syntax: "public Boolean isCompressionEnabled()"
desc: "Get indicates whether content compression is enabled on CDN. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on CDN when requested content is smaller than 1 byte or larger than 1 MB."
returns:
description: "the isCompressionEnabled 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.EndpointUpdateParameters.isHttpAllowed()"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.isHttpAllowed()"
name: "isHttpAllowed()"
nameWithType: "EndpointUpdateParameters.isHttpAllowed()"
summary: "Get indicates whether HTTP traffic is allowed on the endpoint."
syntax: "public Boolean isHttpAllowed()"
desc: "Get indicates whether HTTP traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed."
returns:
description: "the isHttpAllowed 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.EndpointUpdateParameters.isHttpsAllowed()"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.isHttpsAllowed()"
name: "isHttpsAllowed()"
nameWithType: "EndpointUpdateParameters.isHttpsAllowed()"
summary: "Get indicates whether HTTPS traffic is allowed on the endpoint."
syntax: "public Boolean isHttpsAllowed()"
desc: "Get indicates whether HTTPS traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed."
returns:
description: "the isHttpsAllowed 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.EndpointUpdateParameters.optimizationType()"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.optimizationType()"
name: "optimizationType()"
nameWithType: "EndpointUpdateParameters.optimizationType()"
summary: "Get specifies what scenario the customer wants this CDN endpoint to optimize for, e.<wbr>g."
syntax: "public OptimizationType optimizationType()"
desc: "Get specifies what scenario the customer wants this CDN endpoint to optimize for, e.g. Download, Media services. With this information, CDN can apply scenario driven optimization. Possible values include: 'GeneralWebDelivery', 'GeneralMediaStreaming', 'VideoOnDemandMediaStreaming', 'LargeFileDownload', 'DynamicSiteAcceleration'."
returns:
description: "the optimizationType value"
type: "<xref href=\"com.microsoft.azure.management.cdn.OptimizationType?alt=com.microsoft.azure.management.cdn.OptimizationType&text=OptimizationType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.originHostHeader()"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.originHostHeader()"
name: "originHostHeader()"
nameWithType: "EndpointUpdateParameters.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. This property at Endpoint is only allowed when endpoint uses single origin and can be overridden by the same property specified at origin.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."
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.EndpointUpdateParameters.originPath()"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.originPath()"
name: "originPath()"
nameWithType: "EndpointUpdateParameters.originPath()"
summary: "Get a directory path on the origin that CDN can use to retrieve content from, e.<wbr>g."
syntax: "public String originPath()"
desc: "Get a directory path on the origin that CDN can use to retrieve content from, e.g. contoso.cloudapp.net/originpath."
returns:
description: "the originPath 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.EndpointUpdateParameters.probePath()"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.probePath()"
name: "probePath()"
nameWithType: "EndpointUpdateParameters.probePath()"
summary: "Get path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN."
syntax: "public String probePath()"
desc: "Get path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. This is relative to the origin path. This property is only relevant when using a single origin."
returns:
description: "the probePath 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.EndpointUpdateParameters.queryStringCachingBehavior()"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.queryStringCachingBehavior()"
name: "queryStringCachingBehavior()"
nameWithType: "EndpointUpdateParameters.queryStringCachingBehavior()"
summary: "Get defines how CDN caches requests that include query strings."
syntax: "public QueryStringCachingBehavior queryStringCachingBehavior()"
desc: "Get defines how CDN caches requests that include query strings. You can ignore any query strings when caching, bypass caching to prevent requests that contain query strings from being cached, or cache every request with a unique URL. Possible values include: 'IgnoreQueryString', 'BypassCaching', 'UseQueryString', 'NotSet'."
returns:
description: "the queryStringCachingBehavior value"
type: "<xref href=\"com.microsoft.azure.management.cdn.QueryStringCachingBehavior?alt=com.microsoft.azure.management.cdn.QueryStringCachingBehavior&text=QueryStringCachingBehavior\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.tags()"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.tags()"
name: "tags()"
nameWithType: "EndpointUpdateParameters.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\" />&lt;<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\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.urlSigningKeys()"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.urlSigningKeys()"
name: "urlSigningKeys()"
nameWithType: "EndpointUpdateParameters.urlSigningKeys()"
summary: "Get list of keys used to validate the signed URL hashes."
syntax: "public List<UrlSigningKey> urlSigningKeys()"
desc: "Get list of keys used to validate the signed URL hashes."
returns:
description: "the urlSigningKeys value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.UrlSigningKey?alt=com.microsoft.azure.management.cdn.UrlSigningKey&text=UrlSigningKey\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.webApplicationFirewallPolicyLink()"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.webApplicationFirewallPolicyLink()"
name: "webApplicationFirewallPolicyLink()"
nameWithType: "EndpointUpdateParameters.webApplicationFirewallPolicyLink()"
summary: "Get defines the Web Application Firewall policy for the endpoint (if applicable)."
syntax: "public EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink webApplicationFirewallPolicyLink()"
desc: "Get defines the Web Application Firewall policy for the endpoint (if applicable)."
returns:
description: "the webApplicationFirewallPolicyLink value"
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink?alt=com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink&text=EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withContentTypesToCompress(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withContentTypesToCompress(List<String> contentTypesToCompress)"
name: "withContentTypesToCompress(List<String> contentTypesToCompress)"
nameWithType: "EndpointUpdateParameters.withContentTypesToCompress(List<String> contentTypesToCompress)"
summary: "Set list of content types on which compression applies."
parameters:
- description: "the contentTypesToCompress value to set"
name: "contentTypesToCompress"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public EndpointUpdateParameters withContentTypesToCompress(List<String> contentTypesToCompress)"
desc: "Set list of content types on which compression applies. The value should be a valid MIME type."
returns:
description: "the EndpointUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointUpdateParameters?alt=com.microsoft.azure.management.cdn.EndpointUpdateParameters&text=EndpointUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withDefaultOriginGroup(com.microsoft.azure.management.cdn.ResourceReference)"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withDefaultOriginGroup(ResourceReference defaultOriginGroup)"
name: "withDefaultOriginGroup(ResourceReference defaultOriginGroup)"
nameWithType: "EndpointUpdateParameters.withDefaultOriginGroup(ResourceReference defaultOriginGroup)"
summary: "Set a reference to the origin group."
parameters:
- description: "the defaultOriginGroup value to set"
name: "defaultOriginGroup"
type: "<xref href=\"com.microsoft.azure.management.cdn.ResourceReference?alt=com.microsoft.azure.management.cdn.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EndpointUpdateParameters withDefaultOriginGroup(ResourceReference defaultOriginGroup)"
desc: "Set a reference to the origin group."
returns:
description: "the EndpointUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointUpdateParameters?alt=com.microsoft.azure.management.cdn.EndpointUpdateParameters&text=EndpointUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withDeliveryPolicy(com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy)"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withDeliveryPolicy(EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy)"
name: "withDeliveryPolicy(EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy)"
nameWithType: "EndpointUpdateParameters.withDeliveryPolicy(EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy)"
summary: "Set a policy that specifies the delivery rules to be used for an endpoint."
parameters:
- description: "the deliveryPolicy value to set"
name: "deliveryPolicy"
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy?alt=com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy&text=EndpointPropertiesUpdateParametersDeliveryPolicy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EndpointUpdateParameters withDeliveryPolicy(EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy)"
desc: "Set a policy that specifies the delivery rules to be used for an endpoint."
returns:
description: "the EndpointUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointUpdateParameters?alt=com.microsoft.azure.management.cdn.EndpointUpdateParameters&text=EndpointUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withGeoFilters(java.util.List<com.microsoft.azure.management.cdn.GeoFilter>)"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withGeoFilters(List<GeoFilter> geoFilters)"
name: "withGeoFilters(List<GeoFilter> geoFilters)"
nameWithType: "EndpointUpdateParameters.withGeoFilters(List<GeoFilter> geoFilters)"
summary: "Set list of rules defining the user's geo access within a CDN endpoint."
parameters:
- description: "the geoFilters value to set"
name: "geoFilters"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.GeoFilter?alt=com.microsoft.azure.management.cdn.GeoFilter&text=GeoFilter\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public EndpointUpdateParameters withGeoFilters(List<GeoFilter> geoFilters)"
desc: "Set list of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule to a specified path or content, e.g. block APAC for path /pictures/."
returns:
description: "the EndpointUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointUpdateParameters?alt=com.microsoft.azure.management.cdn.EndpointUpdateParameters&text=EndpointUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withIsCompressionEnabled(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withIsCompressionEnabled(Boolean isCompressionEnabled)"
name: "withIsCompressionEnabled(Boolean isCompressionEnabled)"
nameWithType: "EndpointUpdateParameters.withIsCompressionEnabled(Boolean isCompressionEnabled)"
summary: "Set indicates whether content compression is enabled on CDN."
parameters:
- description: "the isCompressionEnabled value to set"
name: "isCompressionEnabled"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EndpointUpdateParameters withIsCompressionEnabled(Boolean isCompressionEnabled)"
desc: "Set indicates whether content compression is enabled on CDN. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on CDN when requested content is smaller than 1 byte or larger than 1 MB."
returns:
description: "the EndpointUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointUpdateParameters?alt=com.microsoft.azure.management.cdn.EndpointUpdateParameters&text=EndpointUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withIsHttpAllowed(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withIsHttpAllowed(Boolean isHttpAllowed)"
name: "withIsHttpAllowed(Boolean isHttpAllowed)"
nameWithType: "EndpointUpdateParameters.withIsHttpAllowed(Boolean isHttpAllowed)"
summary: "Set indicates whether HTTP traffic is allowed on the endpoint."
parameters:
- description: "the isHttpAllowed value to set"
name: "isHttpAllowed"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EndpointUpdateParameters withIsHttpAllowed(Boolean isHttpAllowed)"
desc: "Set indicates whether HTTP traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed."
returns:
description: "the EndpointUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointUpdateParameters?alt=com.microsoft.azure.management.cdn.EndpointUpdateParameters&text=EndpointUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withIsHttpsAllowed(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withIsHttpsAllowed(Boolean isHttpsAllowed)"
name: "withIsHttpsAllowed(Boolean isHttpsAllowed)"
nameWithType: "EndpointUpdateParameters.withIsHttpsAllowed(Boolean isHttpsAllowed)"
summary: "Set indicates whether HTTPS traffic is allowed on the endpoint."
parameters:
- description: "the isHttpsAllowed value to set"
name: "isHttpsAllowed"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EndpointUpdateParameters withIsHttpsAllowed(Boolean isHttpsAllowed)"
desc: "Set indicates whether HTTPS traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed."
returns:
description: "the EndpointUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointUpdateParameters?alt=com.microsoft.azure.management.cdn.EndpointUpdateParameters&text=EndpointUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withOptimizationType(com.microsoft.azure.management.cdn.OptimizationType)"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withOptimizationType(OptimizationType optimizationType)"
name: "withOptimizationType(OptimizationType optimizationType)"
nameWithType: "EndpointUpdateParameters.withOptimizationType(OptimizationType optimizationType)"
summary: "Set specifies what scenario the customer wants this CDN endpoint to optimize for, e.<wbr>g."
parameters:
- description: "the optimizationType value to set"
name: "optimizationType"
type: "<xref href=\"com.microsoft.azure.management.cdn.OptimizationType?alt=com.microsoft.azure.management.cdn.OptimizationType&text=OptimizationType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EndpointUpdateParameters withOptimizationType(OptimizationType optimizationType)"
desc: "Set specifies what scenario the customer wants this CDN endpoint to optimize for, e.g. Download, Media services. With this information, CDN can apply scenario driven optimization. Possible values include: 'GeneralWebDelivery', 'GeneralMediaStreaming', 'VideoOnDemandMediaStreaming', 'LargeFileDownload', 'DynamicSiteAcceleration'."
returns:
description: "the EndpointUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointUpdateParameters?alt=com.microsoft.azure.management.cdn.EndpointUpdateParameters&text=EndpointUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withOriginHostHeader(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withOriginHostHeader(String originHostHeader)"
name: "withOriginHostHeader(String originHostHeader)"
nameWithType: "EndpointUpdateParameters.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 EndpointUpdateParameters withOriginHostHeader(String originHostHeader)"
desc: "Set the host header value sent to the origin with each request. This property at Endpoint is only allowed when endpoint uses single origin and can be overridden by the same property specified at origin.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."
returns:
description: "the EndpointUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointUpdateParameters?alt=com.microsoft.azure.management.cdn.EndpointUpdateParameters&text=EndpointUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withOriginPath(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withOriginPath(String originPath)"
name: "withOriginPath(String originPath)"
nameWithType: "EndpointUpdateParameters.withOriginPath(String originPath)"
summary: "Set a directory path on the origin that CDN can use to retrieve content from, e.<wbr>g."
parameters:
- description: "the originPath value to set"
name: "originPath"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EndpointUpdateParameters withOriginPath(String originPath)"
desc: "Set a directory path on the origin that CDN can use to retrieve content from, e.g. contoso.cloudapp.net/originpath."
returns:
description: "the EndpointUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointUpdateParameters?alt=com.microsoft.azure.management.cdn.EndpointUpdateParameters&text=EndpointUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withProbePath(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withProbePath(String probePath)"
name: "withProbePath(String probePath)"
nameWithType: "EndpointUpdateParameters.withProbePath(String probePath)"
summary: "Set path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN."
parameters:
- description: "the probePath value to set"
name: "probePath"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EndpointUpdateParameters withProbePath(String probePath)"
desc: "Set path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. This is relative to the origin path. This property is only relevant when using a single origin."
returns:
description: "the EndpointUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointUpdateParameters?alt=com.microsoft.azure.management.cdn.EndpointUpdateParameters&text=EndpointUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withQueryStringCachingBehavior(com.microsoft.azure.management.cdn.QueryStringCachingBehavior)"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withQueryStringCachingBehavior(QueryStringCachingBehavior queryStringCachingBehavior)"
name: "withQueryStringCachingBehavior(QueryStringCachingBehavior queryStringCachingBehavior)"
nameWithType: "EndpointUpdateParameters.withQueryStringCachingBehavior(QueryStringCachingBehavior queryStringCachingBehavior)"
summary: "Set defines how CDN caches requests that include query strings."
parameters:
- description: "the queryStringCachingBehavior value to set"
name: "queryStringCachingBehavior"
type: "<xref href=\"com.microsoft.azure.management.cdn.QueryStringCachingBehavior?alt=com.microsoft.azure.management.cdn.QueryStringCachingBehavior&text=QueryStringCachingBehavior\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EndpointUpdateParameters withQueryStringCachingBehavior(QueryStringCachingBehavior queryStringCachingBehavior)"
desc: "Set defines how CDN caches requests that include query strings. You can ignore any query strings when caching, bypass caching to prevent requests that contain query strings from being cached, or cache every request with a unique URL. Possible values include: 'IgnoreQueryString', 'BypassCaching', 'UseQueryString', 'NotSet'."
returns:
description: "the EndpointUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointUpdateParameters?alt=com.microsoft.azure.management.cdn.EndpointUpdateParameters&text=EndpointUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "EndpointUpdateParameters.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\" />&lt;<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\" />&gt;"
syntax: "public EndpointUpdateParameters withTags(Map<String,String> tags)"
desc: "Set endpoint tags."
returns:
description: "the EndpointUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointUpdateParameters?alt=com.microsoft.azure.management.cdn.EndpointUpdateParameters&text=EndpointUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withUrlSigningKeys(java.util.List<com.microsoft.azure.management.cdn.UrlSigningKey>)"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withUrlSigningKeys(List<UrlSigningKey> urlSigningKeys)"
name: "withUrlSigningKeys(List<UrlSigningKey> urlSigningKeys)"
nameWithType: "EndpointUpdateParameters.withUrlSigningKeys(List<UrlSigningKey> urlSigningKeys)"
summary: "Set list of keys used to validate the signed URL hashes."
parameters:
- description: "the urlSigningKeys value to set"
name: "urlSigningKeys"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.UrlSigningKey?alt=com.microsoft.azure.management.cdn.UrlSigningKey&text=UrlSigningKey\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public EndpointUpdateParameters withUrlSigningKeys(List<UrlSigningKey> urlSigningKeys)"
desc: "Set list of keys used to validate the signed URL hashes."
returns:
description: "the EndpointUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointUpdateParameters?alt=com.microsoft.azure.management.cdn.EndpointUpdateParameters&text=EndpointUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withWebApplicationFirewallPolicyLink(com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink)"
fullName: "com.microsoft.azure.management.cdn.EndpointUpdateParameters.withWebApplicationFirewallPolicyLink(EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink webApplicationFirewallPolicyLink)"
name: "withWebApplicationFirewallPolicyLink(EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink webApplicationFirewallPolicyLink)"
nameWithType: "EndpointUpdateParameters.withWebApplicationFirewallPolicyLink(EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink webApplicationFirewallPolicyLink)"
summary: "Set defines the Web Application Firewall policy for the endpoint (if applicable)."
parameters:
- description: "the webApplicationFirewallPolicyLink value to set"
name: "webApplicationFirewallPolicyLink"
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink?alt=com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink&text=EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EndpointUpdateParameters withWebApplicationFirewallPolicyLink(EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink webApplicationFirewallPolicyLink)"
desc: "Set defines the Web Application Firewall policy for the endpoint (if applicable)."
returns:
description: "the EndpointUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointUpdateParameters?alt=com.microsoft.azure.management.cdn.EndpointUpdateParameters&text=EndpointUpdateParameters\" 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