ProfilePropertiesUpdateParameters Class
- java.
lang. Object - com.
azure. resourcemanager. cdn. fluent. models. ProfilePropertiesUpdateParameters
- com.
Implements
public final class ProfilePropertiesUpdateParameters
implements JsonSerializable<ProfilePropertiesUpdateParameters>
The JSON object containing profile update parameters.
Constructor Summary
| Constructor | Description |
|---|---|
| ProfilePropertiesUpdateParameters() |
Creates an instance of Profile |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Profile |
fromJson(JsonReader jsonReader)
Reads an instance of Profile |
|
Profile |
logScrubbing()
Get the log |
| Integer |
originResponseTimeoutSeconds()
Get the origin |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Profile |
withLogScrubbing(ProfileLogScrubbing logScrubbing)
Set the log |
|
Profile |
withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)
Set the origin |
Methods inherited from java.lang.Object
Constructor Details
ProfilePropertiesUpdateParameters
public ProfilePropertiesUpdateParameters()
Creates an instance of ProfilePropertiesUpdateParameters class.
Method Details
fromJson
public static ProfilePropertiesUpdateParameters fromJson(JsonReader jsonReader)
Reads an instance of ProfilePropertiesUpdateParameters from the JsonReader.
Parameters:
Returns:
Throws:
logScrubbing
public ProfileLogScrubbing logScrubbing()
Get the logScrubbing property: Defines rules to scrub sensitive fields in logs.
Returns:
originResponseTimeoutSeconds
public Integer 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:
toJson
validate
public void validate()
Validates the instance.
withLogScrubbing
public ProfilePropertiesUpdateParameters withLogScrubbing(ProfileLogScrubbing logScrubbing)
Set the logScrubbing property: Defines rules to scrub sensitive fields in logs.
Parameters:
Returns:
withOriginResponseTimeoutSeconds
public ProfilePropertiesUpdateParameters 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:
Returns: