Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent |
Package containing the service clients for ComputeManagementClient.
|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineExtensionImageInner |
VirtualMachineExtensionImagesClient.get(String location,
String publisherName,
String type,
String version)
Gets a virtual machine extension image.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineExtensionImageInner |
VirtualMachineExtensionImageInner.withComputeRole(String computeRole)
Set the computeRole property: The type of role (IaaS or PaaS) this extension supports.
|
VirtualMachineExtensionImageInner |
VirtualMachineExtensionImageInner.withHandlerSchema(String handlerSchema)
Set the handlerSchema property: The schema defined by publisher, where extension consumers should provide
settings in a matching schema.
|
VirtualMachineExtensionImageInner |
VirtualMachineExtensionImageInner.withOperatingSystem(String operatingSystem)
Set the operatingSystem property: The operating system this extension supports.
|
VirtualMachineExtensionImageInner |
VirtualMachineExtensionImageInner.withSupportsMultipleExtensions(Boolean supportsMultipleExtensions)
Set the supportsMultipleExtensions property: Whether the handler can support multiple extensions.
|
VirtualMachineExtensionImageInner |
VirtualMachineExtensionImageInner.withVmScaleSetEnabled(Boolean vmScaleSetEnabled)
Set the vmScaleSetEnabled property: Whether the extension can be used on xRP VMScaleSets.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.