Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineExtensionImageInner
Packages that use VirtualMachineExtensionImageInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineExtensionImageInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return VirtualMachineExtensionImageInnerModifier and TypeMethodDescriptionVirtualMachineExtensionImagesClient.get(String location, String publisherName, String type, String version) Gets a virtual machine extension image.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type VirtualMachineExtensionImageInnerModifier and TypeMethodDescriptionVirtualMachineExtensionImagesClient.getAsync(String location, String publisherName, String type, String version) Gets a virtual machine extension image.com.azure.core.http.rest.Response<VirtualMachineExtensionImageInner>VirtualMachineExtensionImagesClient.getWithResponse(String location, String publisherName, String type, String version, com.azure.core.util.Context context) Gets a virtual machine extension image.Mono<com.azure.core.http.rest.Response<VirtualMachineExtensionImageInner>>VirtualMachineExtensionImagesClient.getWithResponseAsync(String location, String publisherName, String type, String version) Gets a virtual machine extension image.Gets a list of virtual machine extension image types.VirtualMachineExtensionImagesClient.listTypesAsync(String location, String publisherName) Gets a list of virtual machine extension image types.com.azure.core.http.rest.Response<List<VirtualMachineExtensionImageInner>>VirtualMachineExtensionImagesClient.listTypesWithResponse(String location, String publisherName, com.azure.core.util.Context context) Gets a list of virtual machine extension image types.Mono<com.azure.core.http.rest.Response<List<VirtualMachineExtensionImageInner>>>VirtualMachineExtensionImagesClient.listTypesWithResponseAsync(String location, String publisherName) Gets a list of virtual machine extension image types.VirtualMachineExtensionImagesClient.listVersions(String location, String publisherName, String type) Gets a list of virtual machine extension image versions.VirtualMachineExtensionImagesClient.listVersionsAsync(String location, String publisherName, String type) Gets a list of virtual machine extension image versions.VirtualMachineExtensionImagesClient.listVersionsAsync(String location, String publisherName, String type, String filter, Integer top, String orderby) Gets a list of virtual machine extension image versions.com.azure.core.http.rest.Response<List<VirtualMachineExtensionImageInner>>VirtualMachineExtensionImagesClient.listVersionsWithResponse(String location, String publisherName, String type, String filter, Integer top, String orderby, com.azure.core.util.Context context) Gets a list of virtual machine extension image versions.Mono<com.azure.core.http.rest.Response<List<VirtualMachineExtensionImageInner>>>VirtualMachineExtensionImagesClient.listVersionsWithResponseAsync(String location, String publisherName, String type, String filter, Integer top, String orderby) Gets a list of virtual machine extension image versions. -
Uses of VirtualMachineExtensionImageInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineExtensionImageInnerModifier and TypeMethodDescriptionVirtualMachineExtensionImageInner.withComputeRole(String computeRole) Set the computeRole property: The type of role (IaaS or PaaS) this extension supports.VirtualMachineExtensionImageInner.withHandlerSchema(String handlerSchema) Set the handlerSchema property: The schema defined by publisher, where extension consumers should provide settings in a matching schema.VirtualMachineExtensionImageInner.withLocation(String location) VirtualMachineExtensionImageInner.withOperatingSystem(String operatingSystem) Set the operatingSystem property: The operating system this extension supports.VirtualMachineExtensionImageInner.withSupportsMultipleExtensions(Boolean supportsMultipleExtensions) Set the supportsMultipleExtensions property: Whether the handler can support multiple extensions.VirtualMachineExtensionImageInner.withVmScaleSetEnabled(Boolean vmScaleSetEnabled) Set the vmScaleSetEnabled property: Whether the extension can be used on xRP VMScaleSets.