azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

204 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerinstance.ContainerProbe"
fullName: "com.microsoft.azure.management.containerinstance.ContainerProbe"
name: "ContainerProbe"
nameWithType: "ContainerProbe"
summary: "The container probe, for liveness or readiness."
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 **ContainerProbe**"
constructors:
- uid: "com.microsoft.azure.management.containerinstance.ContainerProbe.ContainerProbe()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerProbe.ContainerProbe()"
name: "ContainerProbe()"
nameWithType: "ContainerProbe.ContainerProbe()"
syntax: "public ContainerProbe()"
methods:
- uid: "com.microsoft.azure.management.containerinstance.ContainerProbe.exec()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerProbe.exec()"
name: "exec()"
nameWithType: "ContainerProbe.exec()"
summary: "Get the execution command to probe."
syntax: "public ContainerExec exec()"
desc: "Get the execution command to probe."
returns:
description: "the exec value"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerExec?alt=com.microsoft.azure.management.containerinstance.ContainerExec&text=ContainerExec\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerProbe.failureThreshold()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerProbe.failureThreshold()"
name: "failureThreshold()"
nameWithType: "ContainerProbe.failureThreshold()"
summary: "Get the failure threshold."
syntax: "public Integer failureThreshold()"
desc: "Get the failure threshold."
returns:
description: "the failureThreshold value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerProbe.httpGet()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerProbe.httpGet()"
name: "httpGet()"
nameWithType: "ContainerProbe.httpGet()"
summary: "Get the Http Get settings to probe."
syntax: "public ContainerHttpGet httpGet()"
desc: "Get the Http Get settings to probe."
returns:
description: "the httpGet value"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerHttpGet?alt=com.microsoft.azure.management.containerinstance.ContainerHttpGet&text=ContainerHttpGet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerProbe.initialDelaySeconds()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerProbe.initialDelaySeconds()"
name: "initialDelaySeconds()"
nameWithType: "ContainerProbe.initialDelaySeconds()"
summary: "Get the initial delay seconds."
syntax: "public Integer initialDelaySeconds()"
desc: "Get the initial delay seconds."
returns:
description: "the initialDelaySeconds value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerProbe.periodSeconds()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerProbe.periodSeconds()"
name: "periodSeconds()"
nameWithType: "ContainerProbe.periodSeconds()"
summary: "Get the period seconds."
syntax: "public Integer periodSeconds()"
desc: "Get the period seconds."
returns:
description: "the periodSeconds value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerProbe.successThreshold()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerProbe.successThreshold()"
name: "successThreshold()"
nameWithType: "ContainerProbe.successThreshold()"
summary: "Get the success threshold."
syntax: "public Integer successThreshold()"
desc: "Get the success threshold."
returns:
description: "the successThreshold value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerProbe.timeoutSeconds()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerProbe.timeoutSeconds()"
name: "timeoutSeconds()"
nameWithType: "ContainerProbe.timeoutSeconds()"
summary: "Get the timeout seconds."
syntax: "public Integer timeoutSeconds()"
desc: "Get the timeout seconds."
returns:
description: "the timeoutSeconds value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerProbe.withExec(com.microsoft.azure.management.containerinstance.ContainerExec)"
fullName: "com.microsoft.azure.management.containerinstance.ContainerProbe.withExec(ContainerExec exec)"
name: "withExec(ContainerExec exec)"
nameWithType: "ContainerProbe.withExec(ContainerExec exec)"
summary: "Set the execution command to probe."
parameters:
- description: "the exec value to set"
name: "exec"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerExec?alt=com.microsoft.azure.management.containerinstance.ContainerExec&text=ContainerExec\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerProbe withExec(ContainerExec exec)"
desc: "Set the execution command to probe."
returns:
description: "the ContainerProbe object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerProbe?alt=com.microsoft.azure.management.containerinstance.ContainerProbe&text=ContainerProbe\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerProbe.withFailureThreshold(java.lang.Integer)"
fullName: "com.microsoft.azure.management.containerinstance.ContainerProbe.withFailureThreshold(Integer failureThreshold)"
name: "withFailureThreshold(Integer failureThreshold)"
nameWithType: "ContainerProbe.withFailureThreshold(Integer failureThreshold)"
summary: "Set the failure threshold."
parameters:
- description: "the failureThreshold value to set"
name: "failureThreshold"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerProbe withFailureThreshold(Integer failureThreshold)"
desc: "Set the failure threshold."
returns:
description: "the ContainerProbe object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerProbe?alt=com.microsoft.azure.management.containerinstance.ContainerProbe&text=ContainerProbe\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerProbe.withHttpGet(com.microsoft.azure.management.containerinstance.ContainerHttpGet)"
fullName: "com.microsoft.azure.management.containerinstance.ContainerProbe.withHttpGet(ContainerHttpGet httpGet)"
name: "withHttpGet(ContainerHttpGet httpGet)"
nameWithType: "ContainerProbe.withHttpGet(ContainerHttpGet httpGet)"
summary: "Set the Http Get settings to probe."
parameters:
- description: "the httpGet value to set"
name: "httpGet"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerHttpGet?alt=com.microsoft.azure.management.containerinstance.ContainerHttpGet&text=ContainerHttpGet\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerProbe withHttpGet(ContainerHttpGet httpGet)"
desc: "Set the Http Get settings to probe."
returns:
description: "the ContainerProbe object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerProbe?alt=com.microsoft.azure.management.containerinstance.ContainerProbe&text=ContainerProbe\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerProbe.withInitialDelaySeconds(java.lang.Integer)"
fullName: "com.microsoft.azure.management.containerinstance.ContainerProbe.withInitialDelaySeconds(Integer initialDelaySeconds)"
name: "withInitialDelaySeconds(Integer initialDelaySeconds)"
nameWithType: "ContainerProbe.withInitialDelaySeconds(Integer initialDelaySeconds)"
summary: "Set the initial delay seconds."
parameters:
- description: "the initialDelaySeconds value to set"
name: "initialDelaySeconds"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerProbe withInitialDelaySeconds(Integer initialDelaySeconds)"
desc: "Set the initial delay seconds."
returns:
description: "the ContainerProbe object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerProbe?alt=com.microsoft.azure.management.containerinstance.ContainerProbe&text=ContainerProbe\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerProbe.withPeriodSeconds(java.lang.Integer)"
fullName: "com.microsoft.azure.management.containerinstance.ContainerProbe.withPeriodSeconds(Integer periodSeconds)"
name: "withPeriodSeconds(Integer periodSeconds)"
nameWithType: "ContainerProbe.withPeriodSeconds(Integer periodSeconds)"
summary: "Set the period seconds."
parameters:
- description: "the periodSeconds value to set"
name: "periodSeconds"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerProbe withPeriodSeconds(Integer periodSeconds)"
desc: "Set the period seconds."
returns:
description: "the ContainerProbe object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerProbe?alt=com.microsoft.azure.management.containerinstance.ContainerProbe&text=ContainerProbe\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerProbe.withSuccessThreshold(java.lang.Integer)"
fullName: "com.microsoft.azure.management.containerinstance.ContainerProbe.withSuccessThreshold(Integer successThreshold)"
name: "withSuccessThreshold(Integer successThreshold)"
nameWithType: "ContainerProbe.withSuccessThreshold(Integer successThreshold)"
summary: "Set the success threshold."
parameters:
- description: "the successThreshold value to set"
name: "successThreshold"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerProbe withSuccessThreshold(Integer successThreshold)"
desc: "Set the success threshold."
returns:
description: "the ContainerProbe object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerProbe?alt=com.microsoft.azure.management.containerinstance.ContainerProbe&text=ContainerProbe\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerProbe.withTimeoutSeconds(java.lang.Integer)"
fullName: "com.microsoft.azure.management.containerinstance.ContainerProbe.withTimeoutSeconds(Integer timeoutSeconds)"
name: "withTimeoutSeconds(Integer timeoutSeconds)"
nameWithType: "ContainerProbe.withTimeoutSeconds(Integer timeoutSeconds)"
summary: "Set the timeout seconds."
parameters:
- description: "the timeoutSeconds value to set"
name: "timeoutSeconds"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerProbe withTimeoutSeconds(Integer timeoutSeconds)"
desc: "Set the timeout seconds."
returns:
description: "the ContainerProbe object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerProbe?alt=com.microsoft.azure.management.containerinstance.ContainerProbe&text=ContainerProbe\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The container probe, for liveness or readiness."
metadata: {}
package: "com.microsoft.azure.management.containerinstance"
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4