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

108 строки
8.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.PlatformUpdateParameters"
fullName: "com.microsoft.azure.management.containerregistry.PlatformUpdateParameters"
name: "PlatformUpdateParameters"
nameWithType: "PlatformUpdateParameters"
summary: "The properties for updating the platform configuration."
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 **PlatformUpdateParameters**"
constructors:
- uid: "com.microsoft.azure.management.containerregistry.PlatformUpdateParameters.PlatformUpdateParameters()"
fullName: "com.microsoft.azure.management.containerregistry.PlatformUpdateParameters.PlatformUpdateParameters()"
name: "PlatformUpdateParameters()"
nameWithType: "PlatformUpdateParameters.PlatformUpdateParameters()"
syntax: "public PlatformUpdateParameters()"
methods:
- uid: "com.microsoft.azure.management.containerregistry.PlatformUpdateParameters.architecture()"
fullName: "com.microsoft.azure.management.containerregistry.PlatformUpdateParameters.architecture()"
name: "architecture()"
nameWithType: "PlatformUpdateParameters.architecture()"
summary: "Get the OS architecture."
syntax: "public Architecture architecture()"
desc: "Get the OS architecture. Possible values include: 'amd64', 'x86', 'arm'."
returns:
description: "the architecture value"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.Architecture?alt=com.microsoft.azure.management.containerregistry.Architecture&text=Architecture\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.PlatformUpdateParameters.os()"
fullName: "com.microsoft.azure.management.containerregistry.PlatformUpdateParameters.os()"
name: "os()"
nameWithType: "PlatformUpdateParameters.os()"
summary: "Get the operating system type required for the run."
syntax: "public OS os()"
desc: "Get the operating system type required for the run. Possible values include: 'Windows', 'Linux'."
returns:
description: "the os value"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.OS?alt=com.microsoft.azure.management.containerregistry.OS&text=OS\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.PlatformUpdateParameters.variant()"
fullName: "com.microsoft.azure.management.containerregistry.PlatformUpdateParameters.variant()"
name: "variant()"
nameWithType: "PlatformUpdateParameters.variant()"
summary: "Get variant of the CPU."
syntax: "public Variant variant()"
desc: "Get variant of the CPU. Possible values include: 'v6', 'v7', 'v8'."
returns:
description: "the variant value"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.Variant?alt=com.microsoft.azure.management.containerregistry.Variant&text=Variant\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.PlatformUpdateParameters.withArchitecture(com.microsoft.azure.management.containerregistry.Architecture)"
fullName: "com.microsoft.azure.management.containerregistry.PlatformUpdateParameters.withArchitecture(Architecture architecture)"
name: "withArchitecture(Architecture architecture)"
nameWithType: "PlatformUpdateParameters.withArchitecture(Architecture architecture)"
summary: "Set the OS architecture."
parameters:
- description: "the architecture value to set"
name: "architecture"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.Architecture?alt=com.microsoft.azure.management.containerregistry.Architecture&text=Architecture\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PlatformUpdateParameters withArchitecture(Architecture architecture)"
desc: "Set the OS architecture. Possible values include: 'amd64', 'x86', 'arm'."
returns:
description: "the PlatformUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.PlatformUpdateParameters?alt=com.microsoft.azure.management.containerregistry.PlatformUpdateParameters&text=PlatformUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.PlatformUpdateParameters.withOs(com.microsoft.azure.management.containerregistry.OS)"
fullName: "com.microsoft.azure.management.containerregistry.PlatformUpdateParameters.withOs(OS os)"
name: "withOs(OS os)"
nameWithType: "PlatformUpdateParameters.withOs(OS os)"
summary: "Set the operating system type required for the run."
parameters:
- description: "the os value to set"
name: "os"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.OS?alt=com.microsoft.azure.management.containerregistry.OS&text=OS\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PlatformUpdateParameters withOs(OS os)"
desc: "Set the operating system type required for the run. Possible values include: 'Windows', 'Linux'."
returns:
description: "the PlatformUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.PlatformUpdateParameters?alt=com.microsoft.azure.management.containerregistry.PlatformUpdateParameters&text=PlatformUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.PlatformUpdateParameters.withVariant(com.microsoft.azure.management.containerregistry.Variant)"
fullName: "com.microsoft.azure.management.containerregistry.PlatformUpdateParameters.withVariant(Variant variant)"
name: "withVariant(Variant variant)"
nameWithType: "PlatformUpdateParameters.withVariant(Variant variant)"
summary: "Set variant of the CPU."
parameters:
- description: "the variant value to set"
name: "variant"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.Variant?alt=com.microsoft.azure.management.containerregistry.Variant&text=Variant\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PlatformUpdateParameters withVariant(Variant variant)"
desc: "Set variant of the CPU. Possible values include: 'v6', 'v7', 'v8'."
returns:
description: "the PlatformUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.PlatformUpdateParameters?alt=com.microsoft.azure.management.containerregistry.PlatformUpdateParameters&text=PlatformUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties for updating the platform configuration."
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4