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

255 строки
22 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>"
name: "CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>"
nameWithType: "CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>"
summary: "The final stage of the CDN profile Standard Akamai or Standard Verizon endpoint definition."
syntax: "public static interface **CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>**</br> extends <xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.AttachableStandard?alt=com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.AttachableStandard&text=AttachableStandard\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach.withCompressionEnabled(boolean)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withCompressionEnabled(boolean compressionEnabled)"
name: "withCompressionEnabled(boolean compressionEnabled)"
nameWithType: "CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.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.DefinitionStages.WithStandardAttach<ParentT> withCompressionEnabled(boolean compressionEnabled)"
desc: "Sets the compression state."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach?alt=com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach&text=WithStandardAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach.withContentTypeToCompress(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withContentTypeToCompress(String contentTypeToCompress)"
name: "withContentTypeToCompress(String contentTypeToCompress)"
nameWithType: "CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withContentTypeToCompress(String contentTypeToCompress)"
summary: "Specifies a single content type to compress."
modifiers:
- "abstract"
parameters:
- description: "a content type to compress to add to the list"
name: "contentTypeToCompress"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> withContentTypeToCompress(String contentTypeToCompress)"
desc: "Specifies a single content type to compress."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach?alt=com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach&text=WithStandardAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach.withContentTypesToCompress(java.util.Set<java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withContentTypesToCompress(Set<String> contentTypesToCompress)"
name: "withContentTypesToCompress(Set<String> contentTypesToCompress)"
nameWithType: "CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withContentTypesToCompress(Set<String> contentTypesToCompress)"
summary: "Specifies the content types to compress."
modifiers:
- "abstract"
parameters:
- description: "content types to compress to set"
name: "contentTypesToCompress"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" 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 abstract CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> withContentTypesToCompress(Set<String> contentTypesToCompress)"
desc: "Specifies the content types to compress."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach?alt=com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach&text=WithStandardAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach.withCustomDomain(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withCustomDomain(String hostName)"
name: "withCustomDomain(String hostName)"
nameWithType: "CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withCustomDomain(String hostName)"
summary: "Adds a new CDN custom domain within an endpoint."
modifiers:
- "abstract"
parameters:
- description: "a custom domain host name"
name: "hostName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> withCustomDomain(String hostName)"
desc: "Adds a new CDN custom domain within an endpoint."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach?alt=com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach&text=WithStandardAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach.withGeoFilter(java.lang.String,com.microsoft.azure.management.cdn.GeoFilterActions,com.microsoft.azure.management.resources.fluentcore.arm.CountryIsoCode)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withGeoFilter(String relativePath, GeoFilterActions action, CountryIsoCode countryCode)"
name: "withGeoFilter(String relativePath, GeoFilterActions action, CountryIsoCode countryCode)"
nameWithType: "CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "a geo filter action"
name: "action"
type: "<xref href=\"com.microsoft.azure.management.cdn.GeoFilterActions?alt=com.microsoft.azure.management.cdn.GeoFilterActions&text=GeoFilterActions\" data-throw-if-not-resolved=\"False\" />"
- description: "an ISO 2 letter country code"
name: "countryCode"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.CountryIsoCode?alt=com.microsoft.azure.management.resources.fluentcore.arm.CountryIsoCode&text=CountryIsoCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> 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.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach?alt=com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach&text=WithStandardAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach.withGeoFilter(java.lang.String,com.microsoft.azure.management.cdn.GeoFilterActions,java.util.Collection<com.microsoft.azure.management.resources.fluentcore.arm.CountryIsoCode>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withGeoFilter(String relativePath, GeoFilterActions action, Collection<CountryIsoCode> countryCodes)"
name: "withGeoFilter(String relativePath, GeoFilterActions action, Collection<CountryIsoCode> countryCodes)"
nameWithType: "CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "an action value"
name: "action"
type: "<xref href=\"com.microsoft.azure.management.cdn.GeoFilterActions?alt=com.microsoft.azure.management.cdn.GeoFilterActions&text=GeoFilterActions\" data-throw-if-not-resolved=\"False\" />"
- description: "a list of the ISO 2 letter country codes."
name: "countryCodes"
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.CountryIsoCode?alt=com.microsoft.azure.management.resources.fluentcore.arm.CountryIsoCode&text=CountryIsoCode\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> 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.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach?alt=com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach&text=WithStandardAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach.withGeoFilters(java.util.Collection<com.microsoft.azure.management.cdn.GeoFilter>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withGeoFilters(Collection<GeoFilter> geoFilters)"
name: "withGeoFilters(Collection<GeoFilter> geoFilters)"
nameWithType: "CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withGeoFilters(Collection<GeoFilter> geoFilters)"
summary: "Specifies the geo filters to use."
modifiers:
- "abstract"
parameters:
- description: "geo filters"
name: "geoFilters"
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" 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 abstract CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> withGeoFilters(Collection<GeoFilter> geoFilters)"
desc: "Specifies the geo filters to use."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach?alt=com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach&text=WithStandardAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach.withHostHeader(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withHostHeader(String hostHeader)"
name: "withHostHeader(String hostHeader)"
nameWithType: "CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withHostHeader(String hostHeader)"
summary: "Specifies the host header."
modifiers:
- "abstract"
parameters:
- description: "a host header."
name: "hostHeader"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> withHostHeader(String hostHeader)"
desc: "Specifies the host header."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach?alt=com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach&text=WithStandardAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach.withHttpAllowed(boolean)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withHttpAllowed(boolean httpAllowed)"
name: "withHttpAllowed(boolean httpAllowed)"
nameWithType: "CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.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.DefinitionStages.WithStandardAttach<ParentT> withHttpAllowed(boolean httpAllowed)"
desc: "Specifies if HTTP traffic is allowed."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach?alt=com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach&text=WithStandardAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach.withHttpPort(int)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withHttpPort(int httpPort)"
name: "withHttpPort(int httpPort)"
nameWithType: "CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.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.DefinitionStages.WithStandardAttach<ParentT> withHttpPort(int httpPort)"
desc: "Specifies the port for HTTP traffic."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach?alt=com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach&text=WithStandardAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach.withHttpsAllowed(boolean)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withHttpsAllowed(boolean httpsAllowed)"
name: "withHttpsAllowed(boolean httpsAllowed)"
nameWithType: "CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withHttpsAllowed(boolean httpsAllowed)"
summary: "Specifies if HTTPS traffic is allowed."
modifiers:
- "abstract"
parameters:
- description: "if set to true 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.DefinitionStages.WithStandardAttach<ParentT> withHttpsAllowed(boolean httpsAllowed)"
desc: "Specifies if HTTPS traffic is allowed."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach?alt=com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach&text=WithStandardAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach.withHttpsPort(int)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withHttpsPort(int httpsPort)"
name: "withHttpsPort(int httpsPort)"
nameWithType: "CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withHttpsPort(int httpsPort)"
summary: "Specifies the port for HTTPS traffic."
modifiers:
- "abstract"
parameters:
- description: "HTTPS port number."
name: "httpsPort"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> withHttpsPort(int httpsPort)"
desc: "Specifies the port for HTTPS traffic."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach?alt=com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach&text=WithStandardAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach.withOriginPath(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withOriginPath(String originPath)"
name: "withOriginPath(String originPath)"
nameWithType: "CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withOriginPath(String originPath)"
summary: "Specifies the origin path."
modifiers:
- "abstract"
parameters:
- description: "an origin path"
name: "originPath"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> withOriginPath(String originPath)"
desc: "Specifies the origin path."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach?alt=com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach&text=WithStandardAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach.withQueryStringCachingBehavior(com.microsoft.azure.management.cdn.QueryStringCachingBehavior)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withQueryStringCachingBehavior(QueryStringCachingBehavior cachingBehavior)"
name: "withQueryStringCachingBehavior(QueryStringCachingBehavior cachingBehavior)"
nameWithType: "CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT>.withQueryStringCachingBehavior(QueryStringCachingBehavior cachingBehavior)"
summary: "Selects the query string caching behavior."
modifiers:
- "abstract"
parameters:
- description: "the query string caching behavior value to set"
name: "cachingBehavior"
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 abstract CdnEndpoint.DefinitionStages.WithStandardAttach<ParentT> withQueryStringCachingBehavior(QueryStringCachingBehavior cachingBehavior)"
desc: "Selects the query string caching behavior."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach?alt=com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.WithStandardAttach&text=WithStandardAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- description: "the stage of the parent CDN profile definition to return to after attaching this definition"
name: "ParentT"
desc: "The final stage of the CDN profile Standard Akamai or Standard Verizon endpoint definition.\n\nAt this stage, any remaining optional settings can be specified, or the CDN profile endpoint definition can be attached to the parent CDN profile definition"
implements:
- "<xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.AttachableStandard?alt=com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.AttachableStandard&text=AttachableStandard\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.cdn"
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4