132 строки
13 KiB
YAML
132 строки
13 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters"
|
|
fullName: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters"
|
|
name: "OriginGroupUpdateParameters"
|
|
nameWithType: "OriginGroupUpdateParameters"
|
|
summary: "Origin group properties needed for origin group creation or update."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **OriginGroupUpdateParameters**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.OriginGroupUpdateParameters()"
|
|
fullName: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.OriginGroupUpdateParameters()"
|
|
name: "OriginGroupUpdateParameters()"
|
|
nameWithType: "OriginGroupUpdateParameters.OriginGroupUpdateParameters()"
|
|
syntax: "public OriginGroupUpdateParameters()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.healthProbeSettings()"
|
|
fullName: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.healthProbeSettings()"
|
|
name: "healthProbeSettings()"
|
|
nameWithType: "OriginGroupUpdateParameters.healthProbeSettings()"
|
|
summary: "Get health probe settings to the origin that is used to determine the health of the origin."
|
|
syntax: "public HealthProbeParameters healthProbeSettings()"
|
|
desc: "Get 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.microsoft.azure.management.cdn.HealthProbeParameters?alt=com.microsoft.azure.management.cdn.HealthProbeParameters&text=HealthProbeParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.origins()"
|
|
fullName: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.origins()"
|
|
name: "origins()"
|
|
nameWithType: "OriginGroupUpdateParameters.origins()"
|
|
summary: "Get the source of the content being delivered via CDN within given origin group."
|
|
syntax: "public List<ResourceReference> origins()"
|
|
desc: "Get the source of the content being delivered via CDN within given origin group."
|
|
returns:
|
|
description: "the origins value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.ResourceReference?alt=com.microsoft.azure.management.cdn.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.responseBasedOriginErrorDetectionSettings()"
|
|
fullName: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.responseBasedOriginErrorDetectionSettings()"
|
|
name: "responseBasedOriginErrorDetectionSettings()"
|
|
nameWithType: "OriginGroupUpdateParameters.responseBasedOriginErrorDetectionSettings()"
|
|
summary: "Get the JSON object that contains the properties to determine origin health using real requests/responses."
|
|
syntax: "public ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings()"
|
|
desc: "Get 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.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters?alt=com.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters&text=ResponseBasedOriginErrorDetectionParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.trafficRestorationTimeToHealedOrNewEndpointsInMinutes()"
|
|
fullName: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.trafficRestorationTimeToHealedOrNewEndpointsInMinutes()"
|
|
name: "trafficRestorationTimeToHealedOrNewEndpointsInMinutes()"
|
|
nameWithType: "OriginGroupUpdateParameters.trafficRestorationTimeToHealedOrNewEndpointsInMinutes()"
|
|
summary: "Get 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 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: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.withHealthProbeSettings(com.microsoft.azure.management.cdn.HealthProbeParameters)"
|
|
fullName: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.withHealthProbeSettings(HealthProbeParameters healthProbeSettings)"
|
|
name: "withHealthProbeSettings(HealthProbeParameters healthProbeSettings)"
|
|
nameWithType: "OriginGroupUpdateParameters.withHealthProbeSettings(HealthProbeParameters healthProbeSettings)"
|
|
summary: "Set 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.microsoft.azure.management.cdn.HealthProbeParameters?alt=com.microsoft.azure.management.cdn.HealthProbeParameters&text=HealthProbeParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public OriginGroupUpdateParameters withHealthProbeSettings(HealthProbeParameters healthProbeSettings)"
|
|
desc: "Set health probe settings to the origin that is used to determine the health of the origin."
|
|
returns:
|
|
description: "the OriginGroupUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.OriginGroupUpdateParameters?alt=com.microsoft.azure.management.cdn.OriginGroupUpdateParameters&text=OriginGroupUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.withOrigins(java.util.List<com.microsoft.azure.management.cdn.ResourceReference>)"
|
|
fullName: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.withOrigins(List<ResourceReference> origins)"
|
|
name: "withOrigins(List<ResourceReference> origins)"
|
|
nameWithType: "OriginGroupUpdateParameters.withOrigins(List<ResourceReference> origins)"
|
|
summary: "Set the source of the content being delivered via CDN within given origin group."
|
|
parameters:
|
|
- description: "the origins value to set"
|
|
name: "origins"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.ResourceReference?alt=com.microsoft.azure.management.cdn.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public OriginGroupUpdateParameters withOrigins(List<ResourceReference> origins)"
|
|
desc: "Set the source of the content being delivered via CDN within given origin group."
|
|
returns:
|
|
description: "the OriginGroupUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.OriginGroupUpdateParameters?alt=com.microsoft.azure.management.cdn.OriginGroupUpdateParameters&text=OriginGroupUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.withResponseBasedOriginErrorDetectionSettings(com.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters)"
|
|
fullName: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.withResponseBasedOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings)"
|
|
name: "withResponseBasedOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings)"
|
|
nameWithType: "OriginGroupUpdateParameters.withResponseBasedOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings)"
|
|
summary: "Set the JSON object that contains the properties to determine origin health using real requests/responses."
|
|
parameters:
|
|
- description: "the responseBasedOriginErrorDetectionSettings value to set"
|
|
name: "responseBasedOriginErrorDetectionSettings"
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters?alt=com.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters&text=ResponseBasedOriginErrorDetectionParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public OriginGroupUpdateParameters withResponseBasedOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings)"
|
|
desc: "Set the JSON object that contains the properties to determine origin health using real requests/responses. This property is currently not supported."
|
|
returns:
|
|
description: "the OriginGroupUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.OriginGroupUpdateParameters?alt=com.microsoft.azure.management.cdn.OriginGroupUpdateParameters&text=OriginGroupUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.withTrafficRestorationTimeToHealedOrNewEndpointsInMinutes(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.withTrafficRestorationTimeToHealedOrNewEndpointsInMinutes(Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes)"
|
|
name: "withTrafficRestorationTimeToHealedOrNewEndpointsInMinutes(Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes)"
|
|
nameWithType: "OriginGroupUpdateParameters.withTrafficRestorationTimeToHealedOrNewEndpointsInMinutes(Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes)"
|
|
summary: "Set 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 trafficRestorationTimeToHealedOrNewEndpointsInMinutes value to set"
|
|
name: "trafficRestorationTimeToHealedOrNewEndpointsInMinutes"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public OriginGroupUpdateParameters withTrafficRestorationTimeToHealedOrNewEndpointsInMinutes(Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes)"
|
|
desc: "Set 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 OriginGroupUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.OriginGroupUpdateParameters?alt=com.microsoft.azure.management.cdn.OriginGroupUpdateParameters&text=OriginGroupUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Origin group properties needed for origin group creation or update."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cdn"
|
|
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4
|