144 строки
9.4 KiB
YAML
144 строки
9.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint"
|
|
name: "CdnEndpoint.UpdatePremiumEndpoint"
|
|
nameWithType: "CdnEndpoint.UpdatePremiumEndpoint"
|
|
summary: "The stage of an CDN profile endpoint update allowing to specify endpoint properties."
|
|
syntax: "public static interface **CdnEndpoint.UpdatePremiumEndpoint**</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.UpdatePremiumEndpoint.withCustomDomain(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint.withCustomDomain(String hostName)"
|
|
name: "withCustomDomain(String hostName)"
|
|
nameWithType: "CdnEndpoint.UpdatePremiumEndpoint.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract CdnEndpoint.UpdatePremiumEndpoint 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.UpdatePremiumEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint&text=UpdatePremiumEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint.withHostHeader(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint.withHostHeader(String hostHeader)"
|
|
name: "withHostHeader(String hostHeader)"
|
|
nameWithType: "CdnEndpoint.UpdatePremiumEndpoint.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.UpdatePremiumEndpoint 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.UpdatePremiumEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint&text=UpdatePremiumEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint.withHttpAllowed(boolean)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint.withHttpAllowed(boolean httpAllowed)"
|
|
name: "withHttpAllowed(boolean httpAllowed)"
|
|
nameWithType: "CdnEndpoint.UpdatePremiumEndpoint.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.UpdatePremiumEndpoint 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.UpdatePremiumEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint&text=UpdatePremiumEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint.withHttpPort(int)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint.withHttpPort(int httpPort)"
|
|
name: "withHttpPort(int httpPort)"
|
|
nameWithType: "CdnEndpoint.UpdatePremiumEndpoint.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.UpdatePremiumEndpoint 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.UpdatePremiumEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint&text=UpdatePremiumEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint.withHttpsAllowed(boolean)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint.withHttpsAllowed(boolean httpsAllowed)"
|
|
name: "withHttpsAllowed(boolean httpsAllowed)"
|
|
nameWithType: "CdnEndpoint.UpdatePremiumEndpoint.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.UpdatePremiumEndpoint 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.UpdatePremiumEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint&text=UpdatePremiumEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint.withHttpsPort(int)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint.withHttpsPort(int httpsPort)"
|
|
name: "withHttpsPort(int httpsPort)"
|
|
nameWithType: "CdnEndpoint.UpdatePremiumEndpoint.withHttpsPort(int httpsPort)"
|
|
summary: "Specifies the port for HTTPS 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.UpdatePremiumEndpoint withHttpsPort(int httpsPort)"
|
|
desc: "Specifies the port for HTTPS traffic."
|
|
returns:
|
|
description: "the next stage of the endpoint update"
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint&text=UpdatePremiumEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint.withOriginPath(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint.withOriginPath(String originPath)"
|
|
name: "withOriginPath(String originPath)"
|
|
nameWithType: "CdnEndpoint.UpdatePremiumEndpoint.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.UpdatePremiumEndpoint 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.UpdatePremiumEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint&text=UpdatePremiumEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint.withoutCustomDomain(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint.withoutCustomDomain(String hostName)"
|
|
name: "withoutCustomDomain(String hostName)"
|
|
nameWithType: "CdnEndpoint.UpdatePremiumEndpoint.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.UpdatePremiumEndpoint 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.UpdatePremiumEndpoint?alt=com.azure.resourcemanager.cdn.models.CdnEndpoint.UpdatePremiumEndpoint&text=UpdatePremiumEndpoint\" 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
|