Class ProfileInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.cdn.fluent.models.ProfileInner
public final class ProfileInner
extends com.azure.core.management.Resource
A profile is a logical grouping of endpoints that share the same settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the frontDoorId property: The Id of the frontdoor.kind()Get the kind property: Kind of the profile.Get the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin.Get the provisioningState property: Provisioning status of the profile.Get the resourceState property: Resource status of the profile.sku()Get the sku property: The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile.com.azure.core.management.SystemDataGet the systemData property: Read only system data.voidvalidate()Validates the instance.withLocation(String location) withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds) Set the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin.Set the sku property: The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile.Methods inherited from class com.azure.core.management.Resource
location, tagsMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
ProfileInner
public ProfileInner()
-
-
Method Details
-
sku
Get the sku property: The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile.- Returns:
- the sku value.
-
withSku
Set the sku property: The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile.- Parameters:
sku- the sku value to set.- Returns:
- the ProfileInner object itself.
-
kind
Get the kind property: Kind of the profile. Used by portal to differentiate traditional CDN profile and new AFD profile.- Returns:
- the kind value.
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Read only system data.- Returns:
- the systemData value.
-
withLocation
- Overrides:
withLocationin classcom.azure.core.management.Resource
-
withTags
- Overrides:
withTagsin classcom.azure.core.management.Resource
-
resourceState
Get the resourceState property: Resource status of the profile.- Returns:
- the resourceState value.
-
provisioningState
Get the provisioningState property: Provisioning status of the profile.- Returns:
- the provisioningState value.
-
frontDoorId
Get the frontDoorId property: The Id of the frontdoor.- Returns:
- the frontDoorId value.
-
originResponseTimeoutSeconds
Get the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.- Returns:
- the originResponseTimeoutSeconds value.
-
withOriginResponseTimeoutSeconds
Set the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.- Parameters:
originResponseTimeoutSeconds- the originResponseTimeoutSeconds value to set.- Returns:
- the ProfileInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-