azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

166 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties"
name: "ProfileProperties"
nameWithType: "ProfileProperties"
summary: "The JSON object that contains the properties required to create a profile."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ProfileProperties**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.ProfileProperties?alt=com.azure.resourcemanager.cdn.fluent.models.ProfileProperties&text=ProfileProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.ProfileProperties()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.ProfileProperties()"
name: "ProfileProperties()"
nameWithType: "ProfileProperties.ProfileProperties()"
summary: "Creates an instance of Profile<wbr>Properties class."
syntax: "public ProfileProperties()"
desc: "Creates an instance of ProfileProperties class."
methods:
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.extendedProperties()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.extendedProperties()"
name: "extendedProperties()"
nameWithType: "ProfileProperties.extendedProperties()"
summary: "Get the extended<wbr>Properties property: Key-Value pair representing additional properties for profiles."
syntax: "public Map<String,String> extendedProperties()"
desc: "Get the extendedProperties property: Key-Value pair representing additional properties for profiles."
returns:
description: "the extendedProperties value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ProfileProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Profile<wbr>Properties from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ProfileProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the ProfileProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ProfileProperties from the JsonReader."
returns:
description: "An instance of ProfileProperties if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.ProfileProperties?alt=com.azure.resourcemanager.cdn.fluent.models.ProfileProperties&text=ProfileProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.frontDoorId()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.frontDoorId()"
name: "frontDoorId()"
nameWithType: "ProfileProperties.frontDoorId()"
summary: "Get the front<wbr>Door<wbr>Id property: The Id of the frontdoor."
syntax: "public String frontDoorId()"
desc: "Get the frontDoorId property: The Id of the frontdoor."
returns:
description: "the frontDoorId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.logScrubbing()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.logScrubbing()"
name: "logScrubbing()"
nameWithType: "ProfileProperties.logScrubbing()"
summary: "Get the log<wbr>Scrubbing property: Defines rules that scrub sensitive fields in the Azure Front Door profile logs."
syntax: "public ProfileLogScrubbing logScrubbing()"
desc: "Get the logScrubbing property: Defines rules that scrub sensitive fields in the Azure Front Door profile logs."
returns:
description: "the logScrubbing value."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ProfileLogScrubbing?alt=com.azure.resourcemanager.cdn.models.ProfileLogScrubbing&text=ProfileLogScrubbing\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.originResponseTimeoutSeconds()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.originResponseTimeoutSeconds()"
name: "originResponseTimeoutSeconds()"
nameWithType: "ProfileProperties.originResponseTimeoutSeconds()"
summary: "Get the origin<wbr>Response<wbr>Timeout<wbr>Seconds property: Send and receive timeout on forwarding request to the origin."
syntax: "public Integer originResponseTimeoutSeconds()"
desc: "Get the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns."
returns:
description: "the originResponseTimeoutSeconds value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.provisioningState()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "ProfileProperties.provisioningState()"
summary: "Get the provisioning<wbr>State property: Provisioning status of the profile."
syntax: "public ProfileProvisioningState provisioningState()"
desc: "Get the provisioningState property: Provisioning status of the profile."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ProfileProvisioningState?alt=com.azure.resourcemanager.cdn.models.ProfileProvisioningState&text=ProfileProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.resourceState()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.resourceState()"
name: "resourceState()"
nameWithType: "ProfileProperties.resourceState()"
summary: "Get the resource<wbr>State property: Resource status of the profile."
syntax: "public ProfileResourceState resourceState()"
desc: "Get the resourceState property: Resource status of the profile."
returns:
description: "the resourceState value."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ProfileResourceState?alt=com.azure.resourcemanager.cdn.models.ProfileResourceState&text=ProfileResourceState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ProfileProperties.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.validate()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.validate()"
name: "validate()"
nameWithType: "ProfileProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.withLogScrubbing(com.azure.resourcemanager.cdn.models.ProfileLogScrubbing)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.withLogScrubbing(ProfileLogScrubbing logScrubbing)"
name: "withLogScrubbing(ProfileLogScrubbing logScrubbing)"
nameWithType: "ProfileProperties.withLogScrubbing(ProfileLogScrubbing logScrubbing)"
summary: "Set the log<wbr>Scrubbing property: Defines rules that scrub sensitive fields in the Azure Front Door profile logs."
parameters:
- description: "the logScrubbing value to set."
name: "logScrubbing"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ProfileLogScrubbing?alt=com.azure.resourcemanager.cdn.models.ProfileLogScrubbing&text=ProfileLogScrubbing\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ProfileProperties withLogScrubbing(ProfileLogScrubbing logScrubbing)"
desc: "Set the logScrubbing property: Defines rules that scrub sensitive fields in the Azure Front Door profile logs."
returns:
description: "the ProfileProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.ProfileProperties?alt=com.azure.resourcemanager.cdn.fluent.models.ProfileProperties&text=ProfileProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.withOriginResponseTimeoutSeconds(java.lang.Integer)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileProperties.withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)"
name: "withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)"
nameWithType: "ProfileProperties.withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)"
summary: "Set the origin<wbr>Response<wbr>Timeout<wbr>Seconds property: Send and receive timeout on forwarding request to the origin."
parameters:
- description: "the originResponseTimeoutSeconds value to set."
name: "originResponseTimeoutSeconds"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ProfileProperties withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)"
desc: "Set the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns."
returns:
description: "the ProfileProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.ProfileProperties?alt=com.azure.resourcemanager.cdn.fluent.models.ProfileProperties&text=ProfileProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The JSON object that contains the properties required to create a profile."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.ProfileProperties?alt=com.azure.resourcemanager.cdn.fluent.models.ProfileProperties&text=ProfileProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.cdn.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.44.0