Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static Variant |
Variant.V6
Static value v6 for Variant.
|
static Variant |
Variant.V7
Static value v7 for Variant.
|
static Variant |
Variant.V8
Static value v8 for Variant.
|
Modifier and Type | Method and Description |
---|---|
static Variant |
Variant.fromString(String name)
Creates or finds a Variant from its string representation.
|
Variant |
PlatformProperties.variant()
Get variant of the CPU.
|
Variant |
PlatformUpdateParameters.variant()
Get variant of the CPU.
|
Modifier and Type | Method and Description |
---|---|
static Collection<Variant> |
Variant.values() |
Modifier and Type | Method and Description |
---|---|
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.
|
PlatformProperties |
PlatformProperties.withVariant(Variant variant)
Set variant of the CPU.
|
PlatformUpdateParameters |
PlatformUpdateParameters.withVariant(Variant variant)
Set variant of the CPU.
|
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.