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

132 строки
8.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerinstance.ContainerHttpGet"
fullName: "com.microsoft.azure.management.containerinstance.ContainerHttpGet"
name: "ContainerHttpGet"
nameWithType: "ContainerHttpGet"
summary: "The container Http Get settings, for liveness or readiness probe."
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 **ContainerHttpGet**"
constructors:
- uid: "com.microsoft.azure.management.containerinstance.ContainerHttpGet.ContainerHttpGet()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerHttpGet.ContainerHttpGet()"
name: "ContainerHttpGet()"
nameWithType: "ContainerHttpGet.ContainerHttpGet()"
syntax: "public ContainerHttpGet()"
methods:
- uid: "com.microsoft.azure.management.containerinstance.ContainerHttpGet.httpHeaders()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerHttpGet.httpHeaders()"
name: "httpHeaders()"
nameWithType: "ContainerHttpGet.httpHeaders()"
summary: "Get the HTTP headers."
syntax: "public HttpHeaders httpHeaders()"
desc: "Get the HTTP headers."
returns:
description: "the httpHeaders value"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.HttpHeaders?alt=com.microsoft.azure.management.containerinstance.HttpHeaders&text=HttpHeaders\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerHttpGet.path()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerHttpGet.path()"
name: "path()"
nameWithType: "ContainerHttpGet.path()"
summary: "Get the path to probe."
syntax: "public String path()"
desc: "Get the path to probe."
returns:
description: "the path value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerHttpGet.port()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerHttpGet.port()"
name: "port()"
nameWithType: "ContainerHttpGet.port()"
summary: "Get the port number to probe."
syntax: "public int port()"
desc: "Get the port number to probe."
returns:
description: "the port value"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerHttpGet.scheme()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerHttpGet.scheme()"
name: "scheme()"
nameWithType: "ContainerHttpGet.scheme()"
summary: "Get the scheme."
syntax: "public Scheme scheme()"
desc: "Get the scheme. Possible values include: 'http', 'https'."
returns:
description: "the scheme value"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.Scheme?alt=com.microsoft.azure.management.containerinstance.Scheme&text=Scheme\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerHttpGet.withHttpHeaders(com.microsoft.azure.management.containerinstance.HttpHeaders)"
fullName: "com.microsoft.azure.management.containerinstance.ContainerHttpGet.withHttpHeaders(HttpHeaders httpHeaders)"
name: "withHttpHeaders(HttpHeaders httpHeaders)"
nameWithType: "ContainerHttpGet.withHttpHeaders(HttpHeaders httpHeaders)"
summary: "Set the HTTP headers."
parameters:
- description: "the httpHeaders value to set"
name: "httpHeaders"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.HttpHeaders?alt=com.microsoft.azure.management.containerinstance.HttpHeaders&text=HttpHeaders\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerHttpGet withHttpHeaders(HttpHeaders httpHeaders)"
desc: "Set the HTTP headers."
returns:
description: "the ContainerHttpGet object itself."
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.ContainerHttpGet.withPath(java.lang.String)"
fullName: "com.microsoft.azure.management.containerinstance.ContainerHttpGet.withPath(String path)"
name: "withPath(String path)"
nameWithType: "ContainerHttpGet.withPath(String path)"
summary: "Set the path to probe."
parameters:
- description: "the path value to set"
name: "path"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerHttpGet withPath(String path)"
desc: "Set the path to probe."
returns:
description: "the ContainerHttpGet object itself."
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.ContainerHttpGet.withPort(int)"
fullName: "com.microsoft.azure.management.containerinstance.ContainerHttpGet.withPort(int port)"
name: "withPort(int port)"
nameWithType: "ContainerHttpGet.withPort(int port)"
summary: "Set the port number to probe."
parameters:
- description: "the port value to set"
name: "port"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerHttpGet withPort(int port)"
desc: "Set the port number to probe."
returns:
description: "the ContainerHttpGet object itself."
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.ContainerHttpGet.withScheme(com.microsoft.azure.management.containerinstance.Scheme)"
fullName: "com.microsoft.azure.management.containerinstance.ContainerHttpGet.withScheme(Scheme scheme)"
name: "withScheme(Scheme scheme)"
nameWithType: "ContainerHttpGet.withScheme(Scheme scheme)"
summary: "Set the scheme."
parameters:
- description: "the scheme value to set"
name: "scheme"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.Scheme?alt=com.microsoft.azure.management.containerinstance.Scheme&text=Scheme\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerHttpGet withScheme(Scheme scheme)"
desc: "Set the scheme. Possible values include: 'http', 'https'."
returns:
description: "the ContainerHttpGet object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerHttpGet?alt=com.microsoft.azure.management.containerinstance.ContainerHttpGet&text=ContainerHttpGet\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The container Http Get settings, for liveness or readiness probe."
metadata: {}
package: "com.microsoft.azure.management.containerinstance"
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4