372 строки
28 KiB
YAML
372 строки
28 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint"
|
|
name: "CdnEndpoint.UpdateStandardEndpoint"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint"
|
|
summary: "The stage of an CDN profile endpoint update allowing to specify endpoint properties."
|
|
syntax: "public static interface **CdnEndpoint.UpdateStandardEndpoint**</br> extends <xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.Update?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.<T>defineNewStandardRulesEngineRule(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.defineNewStandardRulesEngineRule(String name)"
|
|
name: "defineNewStandardRulesEngineRule(String name)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.defineNewStandardRulesEngineRule(String name)"
|
|
summary: "Begins the definition of the Standard rules engine rule to be attached to the endpoint."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "name of the rule"
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract CdnStandardRulesEngineRule.DefinitionStage.Blank<T> <T>defineNewStandardRulesEngineRule(String name)"
|
|
desc: "Begins the definition of the Standard rules engine rule to be attached to the endpoint. Supports <xref uid=\"com.azure.resourcemanager.cdn.models.SkuName.STANDARD_MICROSOFT\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SkuName#STANDARD_MICROSOFT\"></xref>."
|
|
returns:
|
|
description: "the first stage of the delivery rule update"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnStandardRulesEngineRule.DefinitionStage.Blank?alt=com.azure.resourcemanager.cdn.models.CdnStandardRulesEngineRule.DefinitionStage.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" /><<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.<T>updateStandardRulesEngineRule(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.updateStandardRulesEngineRule(String name)"
|
|
name: "updateStandardRulesEngineRule(String name)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.updateStandardRulesEngineRule(String name)"
|
|
summary: "Begins the update of the Standard rules engine rule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "name of the rule to update"
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract CdnStandardRulesEngineRule.Update<T> <T>updateStandardRulesEngineRule(String name)"
|
|
desc: "Begins the update of the Standard rules engine rule. Supports <xref uid=\"com.azure.resourcemanager.cdn.models.SkuName.STANDARD_MICROSOFT\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SkuName#STANDARD_MICROSOFT\"></xref>."
|
|
returns:
|
|
description: "the first stage of the delivery rule update"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnStandardRulesEngineRule.Update?alt=com.azure.resourcemanager.cdn.models.CdnStandardRulesEngineRule.Update&text=Update\" data-throw-if-not-resolved=\"False\" /><<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withCompressionEnabled(boolean)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withCompressionEnabled(boolean compressionEnabled)"
|
|
name: "withCompressionEnabled(boolean compressionEnabled)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withCompressionEnabled(boolean compressionEnabled)"
|
|
summary: "Sets the compression state."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "if true then compression will be enabled"
|
|
name: "compressionEnabled"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withCompressionEnabled(boolean compressionEnabled)"
|
|
desc: "Sets the compression state."
|
|
returns:
|
|
description: "the next stage of the definition"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withContentTypeToCompress(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withContentTypeToCompress(String contentTypeToCompress)"
|
|
name: "withContentTypeToCompress(String contentTypeToCompress)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withContentTypeToCompress(String contentTypeToCompress)"
|
|
summary: "Specifies a single content type to compress."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "a single content type to compress to add to the list"
|
|
name: "contentTypeToCompress"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withContentTypeToCompress(String contentTypeToCompress)"
|
|
desc: "Specifies a single content type to compress."
|
|
returns:
|
|
description: "the next stage of the definition"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withContentTypesToCompress(java.util.Set<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withContentTypesToCompress(Set<String> contentTypesToCompress)"
|
|
name: "withContentTypesToCompress(Set<String> contentTypesToCompress)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withContentTypesToCompress(Set<String> contentTypesToCompress)"
|
|
summary: "Specifies the content types to compress."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "content types to compress to set"
|
|
name: "contentTypesToCompress"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Set.html\">Set</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withContentTypesToCompress(Set<String> contentTypesToCompress)"
|
|
desc: "Specifies the content types to compress."
|
|
returns:
|
|
description: "the next stage of the definition"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withCustomDomain(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withCustomDomain(String hostName)"
|
|
name: "withCustomDomain(String hostName)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withCustomDomain(String hostName)"
|
|
summary: "Adds a new CDN custom domain within an endpoint."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "custom domain host name"
|
|
name: "hostName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withCustomDomain(String hostName)"
|
|
desc: "Adds a new CDN custom domain within an endpoint."
|
|
returns:
|
|
description: "the next stage of the endpoint update"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withGeoFilter(java.lang.String,com.azure.resourcemanager.cdn.models.GeoFilterActions,com.azure.resourcemanager.resources.fluentcore.arm.CountryIsoCode)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withGeoFilter(String relativePath, GeoFilterActions action, CountryIsoCode countryCode)"
|
|
name: "withGeoFilter(String relativePath, GeoFilterActions action, CountryIsoCode countryCode)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withGeoFilter(String relativePath, GeoFilterActions action, CountryIsoCode countryCode)"
|
|
summary: "Adds a single entry to the Geo filters list."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "a relative path"
|
|
name: "relativePath"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "an action"
|
|
name: "action"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.GeoFilterActions?alt=com.azure.resourcemanager.cdn.models.GeoFilterActions&text=GeoFilterActions\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "an ISO 2 letter country code"
|
|
name: "countryCode"
|
|
type: "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.CountryIsoCode?alt=com.azure.resourcemanager.resources.fluentcore.arm.CountryIsoCode&text=CountryIsoCode\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withGeoFilter(String relativePath, GeoFilterActions action, CountryIsoCode countryCode)"
|
|
desc: "Adds a single entry to the Geo filters list."
|
|
returns:
|
|
description: "the next stage of the definition"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withGeoFilter(java.lang.String,com.azure.resourcemanager.cdn.models.GeoFilterActions,java.util.Collection<com.azure.resourcemanager.resources.fluentcore.arm.CountryIsoCode>)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withGeoFilter(String relativePath, GeoFilterActions action, Collection<CountryIsoCode> countryCodes)"
|
|
name: "withGeoFilter(String relativePath, GeoFilterActions action, Collection<CountryIsoCode> countryCodes)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withGeoFilter(String relativePath, GeoFilterActions action, Collection<CountryIsoCode> countryCodes)"
|
|
summary: "Sets the geo filters list for the specified countries list."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "a relative path"
|
|
name: "relativePath"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "an action"
|
|
name: "action"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.GeoFilterActions?alt=com.azure.resourcemanager.cdn.models.GeoFilterActions&text=GeoFilterActions\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "a list of ISO 2 letter country codes"
|
|
name: "countryCodes"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a><<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.CountryIsoCode?alt=com.azure.resourcemanager.resources.fluentcore.arm.CountryIsoCode&text=CountryIsoCode\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withGeoFilter(String relativePath, GeoFilterActions action, Collection<CountryIsoCode> countryCodes)"
|
|
desc: "Sets the geo filters list for the specified countries list."
|
|
returns:
|
|
description: "the next stage of the definition"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withGeoFilters(java.util.Collection<com.azure.resourcemanager.cdn.models.GeoFilter>)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withGeoFilters(Collection<GeoFilter> geoFilters)"
|
|
name: "withGeoFilters(Collection<GeoFilter> geoFilters)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withGeoFilters(Collection<GeoFilter> geoFilters)"
|
|
summary: "Specifies the geo filters to use."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "geo filters"
|
|
name: "geoFilters"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a><<xref href=\"com.azure.resourcemanager.cdn.models.GeoFilter?alt=com.azure.resourcemanager.cdn.models.GeoFilter&text=GeoFilter\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withGeoFilters(Collection<GeoFilter> geoFilters)"
|
|
desc: "Specifies the geo filters to use."
|
|
returns:
|
|
description: "the next stage of the definition"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withHostHeader(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withHostHeader(String hostHeader)"
|
|
name: "withHostHeader(String hostHeader)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withHostHeader(String hostHeader)"
|
|
summary: "Specifies the host header."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "a host header."
|
|
name: "hostHeader"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withHostHeader(String hostHeader)"
|
|
desc: "Specifies the host header."
|
|
returns:
|
|
description: "the next stage of the endpoint update"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withHttpAllowed(boolean)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withHttpAllowed(boolean httpAllowed)"
|
|
name: "withHttpAllowed(boolean httpAllowed)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withHttpAllowed(boolean httpAllowed)"
|
|
summary: "Specifies if HTTP traffic is allowed."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "if true then HTTP traffic will be allowed"
|
|
name: "httpAllowed"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withHttpAllowed(boolean httpAllowed)"
|
|
desc: "Specifies if HTTP traffic is allowed."
|
|
returns:
|
|
description: "the next stage of the endpoint update"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withHttpPort(int)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withHttpPort(int httpPort)"
|
|
name: "withHttpPort(int httpPort)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withHttpPort(int httpPort)"
|
|
summary: "Specifies the port for HTTP traffic."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "a port number."
|
|
name: "httpPort"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withHttpPort(int httpPort)"
|
|
desc: "Specifies the port for HTTP traffic."
|
|
returns:
|
|
description: "the next stage of the endpoint update"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withHttpsAllowed(boolean)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withHttpsAllowed(boolean httpsAllowed)"
|
|
name: "withHttpsAllowed(boolean httpsAllowed)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withHttpsAllowed(boolean httpsAllowed)"
|
|
summary: "Specifies if HTTPS traffic is allowed."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "if true then HTTPS traffic will be allowed."
|
|
name: "httpsAllowed"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withHttpsAllowed(boolean httpsAllowed)"
|
|
desc: "Specifies if HTTPS traffic is allowed."
|
|
returns:
|
|
description: "the next stage of the endpoint update"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withHttpsPort(int)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withHttpsPort(int httpsPort)"
|
|
name: "withHttpsPort(int httpsPort)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withHttpsPort(int httpsPort)"
|
|
summary: "Specifies the port for HTTP traffic."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "a port number."
|
|
name: "httpsPort"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withHttpsPort(int httpsPort)"
|
|
desc: "Specifies the port for HTTP traffic."
|
|
returns:
|
|
description: "the next stage of the endpoint update"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withOriginPath(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withOriginPath(String originPath)"
|
|
name: "withOriginPath(String originPath)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withOriginPath(String originPath)"
|
|
summary: "Specifies the origin path."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "an origin path"
|
|
name: "originPath"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withOriginPath(String originPath)"
|
|
desc: "Specifies the origin path."
|
|
returns:
|
|
description: "the next stage of the endpoint update"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withQueryStringCachingBehavior(com.azure.resourcemanager.cdn.models.QueryStringCachingBehavior)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withQueryStringCachingBehavior(QueryStringCachingBehavior cachingBehavior)"
|
|
name: "withQueryStringCachingBehavior(QueryStringCachingBehavior cachingBehavior)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withQueryStringCachingBehavior(QueryStringCachingBehavior cachingBehavior)"
|
|
summary: "Sets the query string caching behavior."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the query string caching behavior value to set"
|
|
name: "cachingBehavior"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.QueryStringCachingBehavior?alt=com.azure.resourcemanager.cdn.models.QueryStringCachingBehavior&text=QueryStringCachingBehavior\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withQueryStringCachingBehavior(QueryStringCachingBehavior cachingBehavior)"
|
|
desc: "Sets the query string caching behavior."
|
|
returns:
|
|
description: "the next stage of the definition"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withoutContentTypeToCompress(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withoutContentTypeToCompress(String contentTypeToCompress)"
|
|
name: "withoutContentTypeToCompress(String contentTypeToCompress)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withoutContentTypeToCompress(String contentTypeToCompress)"
|
|
summary: "Removes the content type to compress from the list."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "a single content type to remove from the list"
|
|
name: "contentTypeToCompress"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withoutContentTypeToCompress(String contentTypeToCompress)"
|
|
desc: "Removes the content type to compress from the list."
|
|
returns:
|
|
description: "the next stage of the endpoint update"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withoutContentTypesToCompress()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withoutContentTypesToCompress()"
|
|
name: "withoutContentTypesToCompress()"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withoutContentTypesToCompress()"
|
|
summary: "Clears entire list of content types to compress."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withoutContentTypesToCompress()"
|
|
desc: "Clears entire list of content types to compress."
|
|
returns:
|
|
description: "the next stage of the endpoint update"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withoutCustomDomain(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withoutCustomDomain(String hostName)"
|
|
name: "withoutCustomDomain(String hostName)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withoutCustomDomain(String hostName)"
|
|
summary: "Removes CDN custom domain within an endpoint."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "a custom domain host name"
|
|
name: "hostName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withoutCustomDomain(String hostName)"
|
|
desc: "Removes CDN custom domain within an endpoint."
|
|
returns:
|
|
description: "the next stage of the endpoint update"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withoutGeoFilter(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withoutGeoFilter(String relativePath)"
|
|
name: "withoutGeoFilter(String relativePath)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withoutGeoFilter(String relativePath)"
|
|
summary: "Removes an entry from the geo filters list."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "a relative path"
|
|
name: "relativePath"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withoutGeoFilter(String relativePath)"
|
|
desc: "Removes an entry from the geo filters list."
|
|
returns:
|
|
description: "the next stage of the endpoint update"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withoutGeoFilters()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withoutGeoFilters()"
|
|
name: "withoutGeoFilters()"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withoutGeoFilters()"
|
|
summary: "Clears entire geo filters list."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withoutGeoFilters()"
|
|
desc: "Clears entire geo filters list."
|
|
returns:
|
|
description: "the next stage of the endpoint update"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withoutStandardRulesEngineRule(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint.withoutStandardRulesEngineRule(String name)"
|
|
name: "withoutStandardRulesEngineRule(String name)"
|
|
nameWithType: "CdnEndpoint.UpdateStandardEndpoint.withoutStandardRulesEngineRule(String name)"
|
|
summary: "Removes the rule from the endpoint's Standard rules engine."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "name of the rule to remove"
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract CdnEndpoint.UpdateStandardEndpoint withoutStandardRulesEngineRule(String name)"
|
|
desc: "Removes the rule from the endpoint's Standard rules engine. Supports <xref uid=\"com.azure.resourcemanager.cdn.models.SkuName.STANDARD_MICROSOFT\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SkuName#STANDARD_MICROSOFT\"></xref>."
|
|
returns:
|
|
description: "the next stage of the endpoint update"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdateStandardEndpoint&text=UpdateStandardEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "The stage of an CDN profile endpoint update allowing to specify endpoint properties."
|
|
implements:
|
|
- "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.Update?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.cdn.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.44.0
|