52 строки
3.7 KiB
YAML
52 строки
3.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.Blank.StandardEndpoint"
|
|
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<ParentT>"
|
|
name: "CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<ParentT>"
|
|
nameWithType: "CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<ParentT>"
|
|
summary: "The stage of a CDN profile endpoint definition allowing to specify the origin."
|
|
syntax: "public static interface **CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<ParentT>**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.Blank.StandardEndpoint.withOrigin(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<ParentT>.withOrigin(String originHostName)"
|
|
name: "withOrigin(String originHostName)"
|
|
nameWithType: "CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<ParentT>.withOrigin(String originHostName)"
|
|
summary: "Specifies the origin of the CDN endpoint."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "origin hostname."
|
|
name: "originHostName"
|
|
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> withOrigin(String originHostName)"
|
|
desc: "Specifies the origin of the CDN 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\" /><<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.Blank.StandardEndpoint.withOrigin(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<ParentT>.withOrigin(String originName, String originHostName)"
|
|
name: "withOrigin(String originName, String originHostName)"
|
|
nameWithType: "CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<ParentT>.withOrigin(String originName, String originHostName)"
|
|
summary: "Specifies the origin of the CDN endpoint."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "name of the origin."
|
|
name: "originName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "origin hostname."
|
|
name: "originHostName"
|
|
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> withOrigin(String originName, String originHostName)"
|
|
desc: "Specifies the origin of the CDN 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\" /><<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
typeParameters:
|
|
- description: "the stage of the parent CDN profile definition to return to after attaching this definition"
|
|
name: "ParentT"
|
|
desc: "The stage of a CDN profile endpoint definition allowing to specify the origin."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cdn"
|
|
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4
|