Class ProfileUpdateParameters
java.lang.Object
com.azure.resourcemanager.cdn.models.ProfileUpdateParameters
Properties required to update a profile.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin.tags()Get the tags property: Profile tags.voidvalidate()Validates the instance.withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds) Set the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin.Set the tags property: Profile tags.
-
Constructor Details
-
ProfileUpdateParameters
public ProfileUpdateParameters()
-
-
Method Details
-
tags
Get the tags property: Profile tags.- Returns:
- the tags value.
-
withTags
Set the tags property: Profile tags.- Parameters:
tags- the tags value to set.- Returns:
- the ProfileUpdateParameters object itself.
-
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
public ProfileUpdateParameters withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds) 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 ProfileUpdateParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-