84 строки
5.2 KiB
YAML
84 строки
5.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerinstance.CachedImages"
|
|
fullName: "com.microsoft.azure.management.containerinstance.CachedImages"
|
|
name: "CachedImages"
|
|
nameWithType: "CachedImages"
|
|
summary: "The cached image and OS type."
|
|
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 **CachedImages**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.containerinstance.CachedImages.CachedImages()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.CachedImages.CachedImages()"
|
|
name: "CachedImages()"
|
|
nameWithType: "CachedImages.CachedImages()"
|
|
syntax: "public CachedImages()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerinstance.CachedImages.image()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.CachedImages.image()"
|
|
name: "image()"
|
|
nameWithType: "CachedImages.image()"
|
|
summary: "Get the cached image name."
|
|
syntax: "public String image()"
|
|
desc: "Get the cached image name."
|
|
returns:
|
|
description: "the image 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.CachedImages.osType()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.CachedImages.osType()"
|
|
name: "osType()"
|
|
nameWithType: "CachedImages.osType()"
|
|
summary: "Get the OS type of the cached image."
|
|
syntax: "public String osType()"
|
|
desc: "Get the OS type of the cached image."
|
|
returns:
|
|
description: "the osType 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.CachedImages.withImage(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.CachedImages.withImage(String image)"
|
|
name: "withImage(String image)"
|
|
nameWithType: "CachedImages.withImage(String image)"
|
|
summary: "Set the cached image name."
|
|
parameters:
|
|
- description: "the image value to set"
|
|
name: "image"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CachedImages withImage(String image)"
|
|
desc: "Set the cached image name."
|
|
returns:
|
|
description: "the CachedImages object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.CachedImages?alt=com.microsoft.azure.management.containerinstance.CachedImages&text=CachedImages\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerinstance.CachedImages.withOsType(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.CachedImages.withOsType(String osType)"
|
|
name: "withOsType(String osType)"
|
|
nameWithType: "CachedImages.withOsType(String osType)"
|
|
summary: "Set the OS type of the cached image."
|
|
parameters:
|
|
- description: "the osType value to set"
|
|
name: "osType"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CachedImages withOsType(String osType)"
|
|
desc: "Set the OS type of the cached image."
|
|
returns:
|
|
description: "the CachedImages object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.CachedImages?alt=com.microsoft.azure.management.containerinstance.CachedImages&text=CachedImages\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The cached image and OS type."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerinstance"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4
|