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

198 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup"
fullName: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup"
name: "DeepCreatedOriginGroup"
nameWithType: "DeepCreatedOriginGroup"
summary: "The origin group for CDN content which is added when creating a CDN endpoint."
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 **DeepCreatedOriginGroup**</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.models.DeepCreatedOriginGroup?alt=com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup&text=DeepCreatedOriginGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.DeepCreatedOriginGroup()"
fullName: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.DeepCreatedOriginGroup()"
name: "DeepCreatedOriginGroup()"
nameWithType: "DeepCreatedOriginGroup.DeepCreatedOriginGroup()"
summary: "Creates an instance of Deep<wbr>Created<wbr>Origin<wbr>Group class."
syntax: "public DeepCreatedOriginGroup()"
desc: "Creates an instance of DeepCreatedOriginGroup class."
methods:
- uid: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "DeepCreatedOriginGroup.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Deep<wbr>Created<wbr>Origin<wbr>Group 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 DeepCreatedOriginGroup fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of DeepCreatedOriginGroup from the JsonReader."
returns:
description: "An instance of DeepCreatedOriginGroup if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup?alt=com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup&text=DeepCreatedOriginGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.healthProbeSettings()"
fullName: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.healthProbeSettings()"
name: "healthProbeSettings()"
nameWithType: "DeepCreatedOriginGroup.healthProbeSettings()"
summary: "Get the health<wbr>Probe<wbr>Settings property: Health probe settings to the origin that is used to determine the health of the origin."
syntax: "public HealthProbeParameters healthProbeSettings()"
desc: "Get the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin."
returns:
description: "the healthProbeSettings value."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.HealthProbeParameters?alt=com.azure.resourcemanager.cdn.models.HealthProbeParameters&text=HealthProbeParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.name()"
fullName: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.name()"
name: "name()"
nameWithType: "DeepCreatedOriginGroup.name()"
summary: "Get the name property: Origin group name which must be unique within the endpoint."
syntax: "public String name()"
desc: "Get the name property: Origin group name which must be unique within the endpoint."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.origins()"
fullName: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.origins()"
name: "origins()"
nameWithType: "DeepCreatedOriginGroup.origins()"
summary: "Get the origins property: The source of the content being delivered via CDN within given origin group."
syntax: "public List<ResourceReference> origins()"
desc: "Get the origins property: The source of the content being delivered via CDN within given origin group."
returns:
description: "the origins value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.cdn.models.ResourceReference?alt=com.azure.resourcemanager.cdn.models.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.responseBasedOriginErrorDetectionSettings()"
fullName: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.responseBasedOriginErrorDetectionSettings()"
name: "responseBasedOriginErrorDetectionSettings()"
nameWithType: "DeepCreatedOriginGroup.responseBasedOriginErrorDetectionSettings()"
summary: "Get the response<wbr>Based<wbr>Origin<wbr>Error<wbr>Detection<wbr>Settings property: The JSON object that contains the properties to determine origin health using real requests/responses.<wbr>This property is currently not supported."
syntax: "public ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings()"
desc: "Get the responseBasedOriginErrorDetectionSettings property: The JSON object that contains the properties to determine origin health using real requests/responses.This property is currently not supported."
returns:
description: "the responseBasedOriginErrorDetectionSettings value."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ResponseBasedOriginErrorDetectionParameters?alt=com.azure.resourcemanager.cdn.models.ResponseBasedOriginErrorDetectionParameters&text=ResponseBasedOriginErrorDetectionParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "DeepCreatedOriginGroup.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.models.DeepCreatedOriginGroup.trafficRestorationTimeToHealedOrNewEndpointsInMinutes()"
fullName: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.trafficRestorationTimeToHealedOrNewEndpointsInMinutes()"
name: "trafficRestorationTimeToHealedOrNewEndpointsInMinutes()"
nameWithType: "DeepCreatedOriginGroup.trafficRestorationTimeToHealedOrNewEndpointsInMinutes()"
summary: "Get the traffic<wbr>Restoration<wbr>Time<wbr>ToHealed<wbr>OrNew<wbr>Endpoints<wbr>InMinutes property: Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added."
syntax: "public Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes()"
desc: "Get the trafficRestorationTimeToHealedOrNewEndpointsInMinutes property: Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported."
returns:
description: "the trafficRestorationTimeToHealedOrNewEndpointsInMinutes value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.validate()"
fullName: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.validate()"
name: "validate()"
nameWithType: "DeepCreatedOriginGroup.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.withHealthProbeSettings(com.azure.resourcemanager.cdn.models.HealthProbeParameters)"
fullName: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.withHealthProbeSettings(HealthProbeParameters healthProbeSettings)"
name: "withHealthProbeSettings(HealthProbeParameters healthProbeSettings)"
nameWithType: "DeepCreatedOriginGroup.withHealthProbeSettings(HealthProbeParameters healthProbeSettings)"
summary: "Set the health<wbr>Probe<wbr>Settings property: Health probe settings to the origin that is used to determine the health of the origin."
parameters:
- description: "the healthProbeSettings value to set."
name: "healthProbeSettings"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.HealthProbeParameters?alt=com.azure.resourcemanager.cdn.models.HealthProbeParameters&text=HealthProbeParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeepCreatedOriginGroup withHealthProbeSettings(HealthProbeParameters healthProbeSettings)"
desc: "Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin."
returns:
description: "the DeepCreatedOriginGroup object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup?alt=com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup&text=DeepCreatedOriginGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.withName(String name)"
name: "withName(String name)"
nameWithType: "DeepCreatedOriginGroup.withName(String name)"
summary: "Set the name property: Origin group name which must be unique within the endpoint."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DeepCreatedOriginGroup withName(String name)"
desc: "Set the name property: Origin group name which must be unique within the endpoint."
returns:
description: "the DeepCreatedOriginGroup object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup?alt=com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup&text=DeepCreatedOriginGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.withOrigins(java.util.List<com.azure.resourcemanager.cdn.models.ResourceReference>)"
fullName: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.withOrigins(List<ResourceReference> origins)"
name: "withOrigins(List<ResourceReference> origins)"
nameWithType: "DeepCreatedOriginGroup.withOrigins(List<ResourceReference> origins)"
summary: "Set the origins property: The source of the content being delivered via CDN within given origin group."
parameters:
- description: "the origins value to set."
name: "origins"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.cdn.models.ResourceReference?alt=com.azure.resourcemanager.cdn.models.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public DeepCreatedOriginGroup withOrigins(List<ResourceReference> origins)"
desc: "Set the origins property: The source of the content being delivered via CDN within given origin group."
returns:
description: "the DeepCreatedOriginGroup object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup?alt=com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup&text=DeepCreatedOriginGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.withResponseBasedOriginErrorDetectionSettings(com.azure.resourcemanager.cdn.models.ResponseBasedOriginErrorDetectionParameters)"
fullName: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.withResponseBasedOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings)"
name: "withResponseBasedOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings)"
nameWithType: "DeepCreatedOriginGroup.withResponseBasedOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings)"
summary: "Set the response<wbr>Based<wbr>Origin<wbr>Error<wbr>Detection<wbr>Settings property: The JSON object that contains the properties to determine origin health using real requests/responses.<wbr>This property is currently not supported."
parameters:
- description: "the responseBasedOriginErrorDetectionSettings value to set."
name: "responseBasedOriginErrorDetectionSettings"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ResponseBasedOriginErrorDetectionParameters?alt=com.azure.resourcemanager.cdn.models.ResponseBasedOriginErrorDetectionParameters&text=ResponseBasedOriginErrorDetectionParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeepCreatedOriginGroup withResponseBasedOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings)"
desc: "Set the responseBasedOriginErrorDetectionSettings property: The JSON object that contains the properties to determine origin health using real requests/responses.This property is currently not supported."
returns:
description: "the DeepCreatedOriginGroup object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup?alt=com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup&text=DeepCreatedOriginGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.withTrafficRestorationTimeToHealedOrNewEndpointsInMinutes(java.lang.Integer)"
fullName: "com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup.withTrafficRestorationTimeToHealedOrNewEndpointsInMinutes(Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes)"
name: "withTrafficRestorationTimeToHealedOrNewEndpointsInMinutes(Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes)"
nameWithType: "DeepCreatedOriginGroup.withTrafficRestorationTimeToHealedOrNewEndpointsInMinutes(Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes)"
summary: "Set the traffic<wbr>Restoration<wbr>Time<wbr>ToHealed<wbr>OrNew<wbr>Endpoints<wbr>InMinutes property: Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added."
parameters:
- description: "the\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes value to set."
name: "trafficRestorationTimeToHealedOrNewEndpointsInMinutes"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public DeepCreatedOriginGroup withTrafficRestorationTimeToHealedOrNewEndpointsInMinutes(Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes)"
desc: "Set the trafficRestorationTimeToHealedOrNewEndpointsInMinutes property: Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported."
returns:
description: "the DeepCreatedOriginGroup object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup?alt=com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup&text=DeepCreatedOriginGroup\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The origin group for CDN content which is added when creating a CDN endpoint. Traffic is sent to the origins within the origin group based on origin health."
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.models.DeepCreatedOriginGroup?alt=com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup&text=DeepCreatedOriginGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.cdn.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.44.0