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

76 строки
5.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerinstance.InitContainerPropertiesDefinitionInstanceView"
fullName: "com.microsoft.azure.management.containerinstance.InitContainerPropertiesDefinitionInstanceView"
name: "InitContainerPropertiesDefinitionInstanceView"
nameWithType: "InitContainerPropertiesDefinitionInstanceView"
summary: "The instance view of the init container."
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 **InitContainerPropertiesDefinitionInstanceView**"
constructors:
- uid: "com.microsoft.azure.management.containerinstance.InitContainerPropertiesDefinitionInstanceView.InitContainerPropertiesDefinitionInstanceView()"
fullName: "com.microsoft.azure.management.containerinstance.InitContainerPropertiesDefinitionInstanceView.InitContainerPropertiesDefinitionInstanceView()"
name: "InitContainerPropertiesDefinitionInstanceView()"
nameWithType: "InitContainerPropertiesDefinitionInstanceView.InitContainerPropertiesDefinitionInstanceView()"
syntax: "public InitContainerPropertiesDefinitionInstanceView()"
methods:
- uid: "com.microsoft.azure.management.containerinstance.InitContainerPropertiesDefinitionInstanceView.currentState()"
fullName: "com.microsoft.azure.management.containerinstance.InitContainerPropertiesDefinitionInstanceView.currentState()"
name: "currentState()"
nameWithType: "InitContainerPropertiesDefinitionInstanceView.currentState()"
summary: "Get the current state of the init container."
syntax: "public ContainerState currentState()"
desc: "Get the current state of the init container."
returns:
description: "the currentState value"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerState?alt=com.microsoft.azure.management.containerinstance.ContainerState&text=ContainerState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.InitContainerPropertiesDefinitionInstanceView.events()"
fullName: "com.microsoft.azure.management.containerinstance.InitContainerPropertiesDefinitionInstanceView.events()"
name: "events()"
nameWithType: "InitContainerPropertiesDefinitionInstanceView.events()"
summary: "Get the events of the init container."
syntax: "public List<Event> events()"
desc: "Get the events of the init container."
returns:
description: "the events value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerinstance.Event?alt=com.microsoft.azure.management.containerinstance.Event&text=Event\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerinstance.InitContainerPropertiesDefinitionInstanceView.previousState()"
fullName: "com.microsoft.azure.management.containerinstance.InitContainerPropertiesDefinitionInstanceView.previousState()"
name: "previousState()"
nameWithType: "InitContainerPropertiesDefinitionInstanceView.previousState()"
summary: "Get the previous state of the init container."
syntax: "public ContainerState previousState()"
desc: "Get the previous state of the init container."
returns:
description: "the previousState value"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerState?alt=com.microsoft.azure.management.containerinstance.ContainerState&text=ContainerState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.InitContainerPropertiesDefinitionInstanceView.restartCount()"
fullName: "com.microsoft.azure.management.containerinstance.InitContainerPropertiesDefinitionInstanceView.restartCount()"
name: "restartCount()"
nameWithType: "InitContainerPropertiesDefinitionInstanceView.restartCount()"
summary: "Get the number of times that the init container has been restarted."
syntax: "public Integer restartCount()"
desc: "Get the number of times that the init container has been restarted."
returns:
description: "the restartCount value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The instance view of the init container. Only valid in response."
metadata: {}
package: "com.microsoft.azure.management.containerinstance"
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4