Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static Architecture |
Architecture.AMD64
Static value amd64 for Architecture.
|
static Architecture |
Architecture.ARM
Static value arm for Architecture.
|
static Architecture |
Architecture.X86
Static value x86 for Architecture.
|
Modifier and Type | Method and Description |
---|---|
Architecture |
PlatformProperties.architecture()
Get the OS architecture.
|
Architecture |
PlatformUpdateParameters.architecture()
Get the OS architecture.
|
static Architecture |
Architecture.fromString(String name)
Creates or finds a Architecture from its string representation.
|
Modifier and Type | Method and Description |
---|---|
static Collection<Architecture> |
Architecture.values() |
Modifier and Type | Method and Description |
---|---|
PlatformProperties |
PlatformProperties.withArchitecture(Architecture architecture)
Set the OS architecture.
|
PlatformUpdateParameters |
PlatformUpdateParameters.withArchitecture(Architecture architecture)
Set the OS architecture.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
RegistryTaskRun.DefinitionStages.Platform.withLinux(Architecture architecture)
The function that specifies the platform will have a Linux OS with Architecture architecture.
|
RegistryTask.DefinitionStages.TaskStepType |
RegistryTask.DefinitionStages.Platform.withLinux(Architecture architecture)
The function that specifies a Linux OS system and architecture for the platform.
|
RegistryTask.Update |
RegistryTask.UpdateStages.Platform.withLinux(Architecture architecture)
The function that specifies a Linux OS system and architecture for the platform.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
RegistryTaskRun.DefinitionStages.Platform.withLinux(Architecture architecture,
Variant variant)
The function that specifies the platform will have a Linux OS with Architecture architecture and Variant variant.
|
RegistryTask.DefinitionStages.TaskStepType |
RegistryTask.DefinitionStages.Platform.withLinux(Architecture architecture,
Variant variant)
The function that specifies a Linux OS system, architecture, and CPU variant.
|
RegistryTask.Update |
RegistryTask.UpdateStages.Platform.withLinux(Architecture architecture,
Variant variant)
The function that specifies a Linux OS system, architecture, and CPU variant.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
RegistryTaskRun.DefinitionStages.Platform.withWindows(Architecture architecture)
The function that specifies the platform will have a Windows OS with Architecture architecture.
|
RegistryTask.DefinitionStages.TaskStepType |
RegistryTask.DefinitionStages.Platform.withWindows(Architecture architecture)
The function that specifies a Windows OS system and architecture for the platform.
|
RegistryTask.Update |
RegistryTask.UpdateStages.Platform.withWindows(Architecture architecture)
The function that specifies a Windows OS system and architecture for the platform.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
RegistryTaskRun.DefinitionStages.Platform.withWindows(Architecture architecture,
Variant variant)
The function that specifies the platform will have a Windows OS with Architecture architecture and Variant variant.
|
RegistryTask.DefinitionStages.TaskStepType |
RegistryTask.DefinitionStages.Platform.withWindows(Architecture architecture,
Variant variant)
The function that specifies a Windows OS system, architecture, and CPU variant.
|
RegistryTask.Update |
RegistryTask.UpdateStages.Platform.withWindows(Architecture architecture,
Variant variant)
The function that specifies a Windows OS system, architecture, and CPU variant.
|
Copyright © 2019. All rights reserved.