Uses of Class
com.azure.resourcemanager.cdn.fluent.models.ProfileProperties
Packages that use ProfileProperties
Package
Description
Package containing the inner data models for CdnManagementClient.
-
Uses of ProfileProperties in com.azure.resourcemanager.cdn.fluent.models
Classes in com.azure.resourcemanager.cdn.fluent.models that implement interfaces with type arguments of type ProfilePropertiesModifier and TypeClassDescriptionfinal classThe JSON object that contains the properties required to create a profile.Methods in com.azure.resourcemanager.cdn.fluent.models that return ProfilePropertiesModifier and TypeMethodDescriptionstatic ProfilePropertiesProfileProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProfileProperties from the JsonReader.ProfileProperties.withLogScrubbing(ProfileLogScrubbing logScrubbing) Set the logScrubbing property: Defines rules that scrub sensitive fields in the Azure Front Door profile logs.ProfileProperties.withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds) Set the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin.