Uses of Class
com.azure.resourcemanager.cdn.models.DeepCreatedOrigin
Packages that use DeepCreatedOrigin
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of DeepCreatedOrigin in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return types with arguments of type DeepCreatedOriginModifier and TypeMethodDescriptionEndpointInner.origins()Get the origins property: The source of the content being delivered via CDN.EndpointProperties.origins()Get the origins property: The source of the content being delivered via CDN.Method parameters in com.azure.resourcemanager.cdn.fluent.models with type arguments of type DeepCreatedOriginModifier and TypeMethodDescriptionEndpointInner.withOrigins(List<DeepCreatedOrigin> origins) Set the origins property: The source of the content being delivered via CDN.EndpointProperties.withOrigins(List<DeepCreatedOrigin> origins) Set the origins property: The source of the content being delivered via CDN. -
Uses of DeepCreatedOrigin in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type DeepCreatedOriginModifier and TypeClassDescriptionfinal classThe main origin of CDN content which is added when creating a CDN endpoint.Methods in com.azure.resourcemanager.cdn.models that return DeepCreatedOriginModifier and TypeMethodDescriptionstatic DeepCreatedOriginDeepCreatedOrigin.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeepCreatedOrigin from the JsonReader.DeepCreatedOrigin.withEnabled(Boolean enabled) Set the enabled property: Origin is enabled for load balancing or not.DeepCreatedOrigin.withHostname(String hostname) Set the hostname property: The address of the origin.DeepCreatedOrigin.withHttpPort(Integer httpPort) Set the httpPort property: The value of the HTTP port.DeepCreatedOrigin.withHttpsPort(Integer httpsPort) Set the httpsPort property: The value of the HTTPS port.Set the name property: Origin name which must be unique within the endpoint.DeepCreatedOrigin.withOriginHostHeader(String originHostHeader) Set the originHostHeader property: The host header value sent to the origin with each request.DeepCreatedOrigin.withPriority(Integer priority) Set the priority property: Priority of origin in given origin group for load balancing.DeepCreatedOrigin.withPrivateLinkAlias(String privateLinkAlias) Set the privateLinkAlias property: The Alias of the Private Link resource.DeepCreatedOrigin.withPrivateLinkApprovalMessage(String privateLinkApprovalMessage) Set the privateLinkApprovalMessage property: A custom message to be included in the approval request to connect to the Private Link.DeepCreatedOrigin.withPrivateLinkLocation(String privateLinkLocation) Set the privateLinkLocation property: The location of the Private Link resource.DeepCreatedOrigin.withPrivateLinkResourceId(String privateLinkResourceId) Set the privateLinkResourceId property: The Resource Id of the Private Link resource.DeepCreatedOrigin.withWeight(Integer weight) Set the weight property: Weight of the origin in given origin group for load balancing.