azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

52 строки
3.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cdn.models.CdnEndpoint.DefinitionStages.Blank.StandardEndpoint"
fullName: "com.azure.resourcemanager.cdn.models.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.azure.resourcemanager.cdn.models.CdnEndpoint.DefinitionStages.Blank.StandardEndpoint.withOrigin(java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
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.azure.resourcemanager.cdn.models.CdnEndpoint.DefinitionStages.WithStandardAttach?alt=com.azure.resourcemanager.cdn.models.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.azure.resourcemanager.cdn.models.CdnEndpoint.DefinitionStages.Blank.StandardEndpoint.withOrigin(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "origin hostname."
name: "originHostName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
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.azure.resourcemanager.cdn.models.CdnEndpoint.DefinitionStages.WithStandardAttach?alt=com.azure.resourcemanager.cdn.models.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\n 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.azure.resourcemanager.cdn.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.44.0