### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin"
name: "DeepCreatedOrigin"
nameWithType: "DeepCreatedOrigin"
summary: "The main origin of CDN content which is added when creating a CDN endpoint."
inheritances:
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
syntax: "public class **DeepCreatedOrigin**"
constructors:
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.DeepCreatedOrigin()"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.DeepCreatedOrigin()"
name: "DeepCreatedOrigin()"
nameWithType: "DeepCreatedOrigin.DeepCreatedOrigin()"
syntax: "public DeepCreatedOrigin()"
methods:
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.enabled()"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.enabled()"
name: "enabled()"
nameWithType: "DeepCreatedOrigin.enabled()"
summary: "Get origin is enabled for load balancing or not."
syntax: "public Boolean enabled()"
desc: "Get origin is enabled for load balancing or not. By default, origin is always enabled."
returns:
description: "the enabled value"
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.hostName()"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.hostName()"
name: "hostName()"
nameWithType: "DeepCreatedOrigin.hostName()"
summary: "Get the address of the origin."
syntax: "public String hostName()"
desc: "Get the address of the origin. It can be a domain name, IPv4 address, or IPv6 address. This should be unique across all origins in an endpoint."
returns:
description: "the hostName value"
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.httpPort()"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.httpPort()"
name: "httpPort()"
nameWithType: "DeepCreatedOrigin.httpPort()"
summary: "Get the value of the HTTP port."
syntax: "public Integer httpPort()"
desc: "Get the value of the HTTP port. Must be between 1 and 65535."
returns:
description: "the httpPort value"
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.httpsPort()"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.httpsPort()"
name: "httpsPort()"
nameWithType: "DeepCreatedOrigin.httpsPort()"
summary: "Get the value of the HTTPS port."
syntax: "public Integer httpsPort()"
desc: "Get the value of the HTTPS port. Must be between 1 and 65535."
returns:
description: "the httpsPort value"
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.name()"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.name()"
name: "name()"
nameWithType: "DeepCreatedOrigin.name()"
summary: "Get origin name which must be unique within the endpoint."
syntax: "public String name()"
desc: "Get origin name which must be unique within the endpoint."
returns:
description: "the name value"
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.originHostHeader()"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.originHostHeader()"
name: "originHostHeader()"
nameWithType: "DeepCreatedOrigin.originHostHeader()"
summary: "Get the host header value sent to the origin with each request."
syntax: "public String originHostHeader()"
desc: "Get the host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default."
returns:
description: "the originHostHeader value"
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.priority()"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.priority()"
name: "priority()"
nameWithType: "DeepCreatedOrigin.priority()"
summary: "Get priority of origin in given origin group for load balancing."
syntax: "public Integer priority()"
desc: "Get priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5."
returns:
description: "the priority value"
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.privateLinkAlias()"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.privateLinkAlias()"
name: "privateLinkAlias()"
nameWithType: "DeepCreatedOrigin.privateLinkAlias()"
summary: "Get the Alias of the Private Link resource."
syntax: "public String privateLinkAlias()"
desc: "Get the Alias of the Private Link resource. Populating this optional field indicates that this origin is 'Private'."
returns:
description: "the privateLinkAlias value"
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.privateLinkApprovalMessage()"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.privateLinkApprovalMessage()"
name: "privateLinkApprovalMessage()"
nameWithType: "DeepCreatedOrigin.privateLinkApprovalMessage()"
summary: "Get a custom message to be included in the approval request to connect to the Private Link."
syntax: "public String privateLinkApprovalMessage()"
desc: "Get a custom message to be included in the approval request to connect to the Private Link."
returns:
description: "the privateLinkApprovalMessage value"
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.privateLinkLocation()"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.privateLinkLocation()"
name: "privateLinkLocation()"
nameWithType: "DeepCreatedOrigin.privateLinkLocation()"
summary: "Get the location of the Private Link resource."
syntax: "public String privateLinkLocation()"
desc: "Get the location of the Private Link resource. Required only if 'privateLinkResourceId' is populated."
returns:
description: "the privateLinkLocation value"
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.privateLinkResourceId()"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.privateLinkResourceId()"
name: "privateLinkResourceId()"
nameWithType: "DeepCreatedOrigin.privateLinkResourceId()"
summary: "Get the Resource Id of the Private Link resource."
syntax: "public String privateLinkResourceId()"
desc: "Get the Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private'."
returns:
description: "the privateLinkResourceId value"
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.weight()"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.weight()"
name: "weight()"
nameWithType: "DeepCreatedOrigin.weight()"
summary: "Get weight of the origin in given origin group for load balancing."
syntax: "public Integer weight()"
desc: "Get weight of the origin in given origin group for load balancing. Must be between 1 and 1000."
returns:
description: "the weight value"
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withEnabled(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withEnabled(Boolean enabled)"
name: "withEnabled(Boolean enabled)"
nameWithType: "DeepCreatedOrigin.withEnabled(Boolean enabled)"
summary: "Set origin is enabled for load balancing or not."
parameters:
- description: "the enabled value to set"
name: "enabled"
type: ""
syntax: "public DeepCreatedOrigin withEnabled(Boolean enabled)"
desc: "Set origin is enabled for load balancing or not. By default, origin is always enabled."
returns:
description: "the DeepCreatedOrigin object itself."
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withHostName(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withHostName(String hostName)"
name: "withHostName(String hostName)"
nameWithType: "DeepCreatedOrigin.withHostName(String hostName)"
summary: "Set the address of the origin."
parameters:
- description: "the hostName value to set"
name: "hostName"
type: ""
syntax: "public DeepCreatedOrigin withHostName(String hostName)"
desc: "Set the address of the origin. It can be a domain name, IPv4 address, or IPv6 address. This should be unique across all origins in an endpoint."
returns:
description: "the DeepCreatedOrigin object itself."
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withHttpPort(java.lang.Integer)"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withHttpPort(Integer httpPort)"
name: "withHttpPort(Integer httpPort)"
nameWithType: "DeepCreatedOrigin.withHttpPort(Integer httpPort)"
summary: "Set the value of the HTTP port."
parameters:
- description: "the httpPort value to set"
name: "httpPort"
type: ""
syntax: "public DeepCreatedOrigin withHttpPort(Integer httpPort)"
desc: "Set the value of the HTTP port. Must be between 1 and 65535."
returns:
description: "the DeepCreatedOrigin object itself."
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withHttpsPort(java.lang.Integer)"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withHttpsPort(Integer httpsPort)"
name: "withHttpsPort(Integer httpsPort)"
nameWithType: "DeepCreatedOrigin.withHttpsPort(Integer httpsPort)"
summary: "Set the value of the HTTPS port."
parameters:
- description: "the httpsPort value to set"
name: "httpsPort"
type: ""
syntax: "public DeepCreatedOrigin withHttpsPort(Integer httpsPort)"
desc: "Set the value of the HTTPS port. Must be between 1 and 65535."
returns:
description: "the DeepCreatedOrigin object itself."
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withName(String name)"
name: "withName(String name)"
nameWithType: "DeepCreatedOrigin.withName(String name)"
summary: "Set origin name which must be unique within the endpoint."
parameters:
- description: "the name value to set"
name: "name"
type: ""
syntax: "public DeepCreatedOrigin withName(String name)"
desc: "Set origin name which must be unique within the endpoint."
returns:
description: "the DeepCreatedOrigin object itself."
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withOriginHostHeader(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withOriginHostHeader(String originHostHeader)"
name: "withOriginHostHeader(String originHostHeader)"
nameWithType: "DeepCreatedOrigin.withOriginHostHeader(String originHostHeader)"
summary: "Set the host header value sent to the origin with each request."
parameters:
- description: "the originHostHeader value to set"
name: "originHostHeader"
type: ""
syntax: "public DeepCreatedOrigin withOriginHostHeader(String originHostHeader)"
desc: "Set the host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default."
returns:
description: "the DeepCreatedOrigin object itself."
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withPriority(java.lang.Integer)"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withPriority(Integer priority)"
name: "withPriority(Integer priority)"
nameWithType: "DeepCreatedOrigin.withPriority(Integer priority)"
summary: "Set priority of origin in given origin group for load balancing."
parameters:
- description: "the priority value to set"
name: "priority"
type: ""
syntax: "public DeepCreatedOrigin withPriority(Integer priority)"
desc: "Set priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5."
returns:
description: "the DeepCreatedOrigin object itself."
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withPrivateLinkAlias(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withPrivateLinkAlias(String privateLinkAlias)"
name: "withPrivateLinkAlias(String privateLinkAlias)"
nameWithType: "DeepCreatedOrigin.withPrivateLinkAlias(String privateLinkAlias)"
summary: "Set the Alias of the Private Link resource."
parameters:
- description: "the privateLinkAlias value to set"
name: "privateLinkAlias"
type: ""
syntax: "public DeepCreatedOrigin withPrivateLinkAlias(String privateLinkAlias)"
desc: "Set the Alias of the Private Link resource. Populating this optional field indicates that this origin is 'Private'."
returns:
description: "the DeepCreatedOrigin object itself."
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withPrivateLinkApprovalMessage(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withPrivateLinkApprovalMessage(String privateLinkApprovalMessage)"
name: "withPrivateLinkApprovalMessage(String privateLinkApprovalMessage)"
nameWithType: "DeepCreatedOrigin.withPrivateLinkApprovalMessage(String privateLinkApprovalMessage)"
summary: "Set a custom message to be included in the approval request to connect to the Private Link."
parameters:
- description: "the privateLinkApprovalMessage value to set"
name: "privateLinkApprovalMessage"
type: ""
syntax: "public DeepCreatedOrigin withPrivateLinkApprovalMessage(String privateLinkApprovalMessage)"
desc: "Set a custom message to be included in the approval request to connect to the Private Link."
returns:
description: "the DeepCreatedOrigin object itself."
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withPrivateLinkLocation(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withPrivateLinkLocation(String privateLinkLocation)"
name: "withPrivateLinkLocation(String privateLinkLocation)"
nameWithType: "DeepCreatedOrigin.withPrivateLinkLocation(String privateLinkLocation)"
summary: "Set the location of the Private Link resource."
parameters:
- description: "the privateLinkLocation value to set"
name: "privateLinkLocation"
type: ""
syntax: "public DeepCreatedOrigin withPrivateLinkLocation(String privateLinkLocation)"
desc: "Set the location of the Private Link resource. Required only if 'privateLinkResourceId' is populated."
returns:
description: "the DeepCreatedOrigin object itself."
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withPrivateLinkResourceId(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withPrivateLinkResourceId(String privateLinkResourceId)"
name: "withPrivateLinkResourceId(String privateLinkResourceId)"
nameWithType: "DeepCreatedOrigin.withPrivateLinkResourceId(String privateLinkResourceId)"
summary: "Set the Resource Id of the Private Link resource."
parameters:
- description: "the privateLinkResourceId value to set"
name: "privateLinkResourceId"
type: ""
syntax: "public DeepCreatedOrigin withPrivateLinkResourceId(String privateLinkResourceId)"
desc: "Set the Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private'."
returns:
description: "the DeepCreatedOrigin object itself."
type: ""
- uid: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withWeight(java.lang.Integer)"
fullName: "com.microsoft.azure.management.cdn.DeepCreatedOrigin.withWeight(Integer weight)"
name: "withWeight(Integer weight)"
nameWithType: "DeepCreatedOrigin.withWeight(Integer weight)"
summary: "Set weight of the origin in given origin group for load balancing."
parameters:
- description: "the weight value to set"
name: "weight"
type: ""
syntax: "public DeepCreatedOrigin withWeight(Integer weight)"
desc: "Set weight of the origin in given origin group for load balancing. Must be between 1 and 1000."
returns:
description: "the DeepCreatedOrigin object itself."
type: ""
type: "class"
desc: "The main origin of CDN content which is added when creating a CDN endpoint."
metadata: {}
package: "com.microsoft.azure.management.cdn"
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4