Class ProfileInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.cdn.fluent.models.ProfileInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
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 extendedProperties property: Key-Value pair representing additional properties for profiles.Get the frontDoorId property: The Id of the frontdoor.identity()Get the identity property: Managed service identity (system assigned and/or user assigned identities).kind()Get the kind property: Kind of the profile.Get the logScrubbing property: Defines rules that scrub sensitive fields in the Azure Front Door profile logs.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.withIdentity(ManagedServiceIdentity identity) Set the identity property: Managed service identity (system assigned and/or user assigned identities).withLocation(String location) withLogScrubbing(ProfileLogScrubbing logScrubbing) Set the logScrubbing property: Defines rules that scrub sensitive fields in the Azure Front Door profile logs.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
fromJson, location, tags, toJsonMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
ProfileInner
public ProfileInner()Creates an instance of ProfileInner class.
-
-
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.
-
identity
Get the identity property: Managed service identity (system assigned and/or user assigned identities).- Returns:
- the identity value.
-
withIdentity
Set the identity property: Managed service identity (system assigned and/or user assigned identities).- Parameters:
identity- the identity value to set.- Returns:
- the ProfileInner object itself.
-
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.
-
extendedProperties
Get the extendedProperties property: Key-Value pair representing additional properties for profiles.- Returns:
- the extendedProperties 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.
-
logScrubbing
Get the logScrubbing property: Defines rules that scrub sensitive fields in the Azure Front Door profile logs.- Returns:
- the logScrubbing value.
-
withLogScrubbing
Set the logScrubbing property: Defines rules that scrub sensitive fields in the Azure Front Door profile logs.- Parameters:
logScrubbing- the logScrubbing value to set.- Returns:
- the ProfileInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-