Package | Description |
---|---|
org.jclouds.azurecompute.arm.compute.functions | |
org.jclouds.azurecompute.arm.domain |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Optional<? extends Image> |
VirtualMachineToNodeMetadata.findImage(StorageProfile storageProfile,
String locatioName) |
Modifier and Type | Method and Description |
---|---|
StorageProfile |
StorageProfile.Builder.build() |
static StorageProfile |
StorageProfile.create(ImageReference imageReference,
OSDisk osDisk,
List<DataDisk> dataDisks) |
abstract StorageProfile |
VirtualMachineScaleSetVirtualMachineProfile.storageProfile()
The storage profile of the Virtual Machine Scale Set Virtual Machine Profile.
|
abstract StorageProfile |
VirtualMachineProperties.storageProfile()
The Storage Profile of the virtual machine .
|
abstract StorageProfile |
ImageProperties.storageProfile() |
Modifier and Type | Method and Description |
---|---|
static ImageProperties |
ImageProperties.create(IdReference sourceVirtualMachine,
StorageProfile storageProfile,
String provisioningState) |
static VirtualMachineScaleSetVirtualMachineProfile |
VirtualMachineScaleSetVirtualMachineProfile.create(StorageProfile storageProfile,
VirtualMachineScaleSetOSProfile osProfile,
VirtualMachineScaleSetNetworkProfile networkProfile,
ExtensionProfile extensionProfile) |
static VirtualMachineProperties |
VirtualMachineProperties.create(String vmId,
String licenseType,
IdReference availabilitySet,
HardwareProfile hardwareProfile,
StorageProfile storageProfile,
OSProfile osProfile,
NetworkProfile networkProfile,
DiagnosticsProfile diagnosticsProfile,
VirtualMachineProperties.ProvisioningState provisioningState) |
abstract VirtualMachineScaleSetVirtualMachineProfile.Builder |
VirtualMachineScaleSetVirtualMachineProfile.Builder.storageProfile(StorageProfile storageProfile) |
abstract VirtualMachineProperties.Builder |
VirtualMachineProperties.Builder.storageProfile(StorageProfile storageProfile) |
abstract ImageProperties.Builder |
ImageProperties.Builder.storageProfile(StorageProfile storageProfile) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.