### 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: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" 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: "" - 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: "" - 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: "" - 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: "" syntax: "public PlatformUpdateParameters withArchitecture(Architecture architecture)" desc: "Set the OS architecture. Possible values include: 'amd64', 'x86', 'arm'." returns: description: "the PlatformUpdateParameters object itself." type: "" - 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: "" 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: "" - 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: "" 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: "" 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