Uses of Class
com.azure.resourcemanager.cdn.fluent.models.AfdOriginUpdatePropertiesParameters
Packages that use AfdOriginUpdatePropertiesParameters
Package
Description
Package containing the inner data models for CdnManagementClient.
-
Uses of AfdOriginUpdatePropertiesParameters in com.azure.resourcemanager.cdn.fluent.models
Modifier and TypeClassDescriptionfinal classThe JSON object that contains the properties of the origin.Methods in com.azure.resourcemanager.cdn.fluent.models that return AfdOriginUpdatePropertiesParametersModifier and TypeMethodDescriptionAfdOriginUpdatePropertiesParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AfdOriginUpdatePropertiesParameters from the JsonReader.AfdOriginUpdatePropertiesParameters.withAzureOrigin(ResourceReference azureOrigin) Set the azureOrigin property: Resource reference to the Azure origin resource.AfdOriginUpdatePropertiesParameters.withEnabledState(EnabledState enabledState) Set the enabledState property: Whether to enable health probes to be made against backends defined under backendPools.AfdOriginUpdatePropertiesParameters.withEnforceCertificateNameCheck(Boolean enforceCertificateNameCheck) Set the enforceCertificateNameCheck property: Whether to enable certificate name check at origin level.AfdOriginUpdatePropertiesParameters.withHostname(String hostname) Set the hostname property: The address of the origin.AfdOriginUpdatePropertiesParameters.withHttpPort(Integer httpPort) Set the httpPort property: The value of the HTTP port.AfdOriginUpdatePropertiesParameters.withHttpsPort(Integer httpsPort) Set the httpsPort property: The value of the HTTPS port.AfdOriginUpdatePropertiesParameters.withOriginHostHeader(String originHostHeader) Set the originHostHeader property: The host header value sent to the origin with each request.AfdOriginUpdatePropertiesParameters.withPriority(Integer priority) Set the priority property: Priority of origin in given origin group for load balancing.AfdOriginUpdatePropertiesParameters.withSharedPrivateLinkResource(SharedPrivateLinkResourceProperties sharedPrivateLinkResource) Set the sharedPrivateLinkResource property: The properties of the private link resource for private origin.AfdOriginUpdatePropertiesParameters.withWeight(Integer weight) Set the weight property: Weight of the origin in given origin group for load balancing.