Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineExtensionInner
Packages that use VirtualMachineExtensionInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineExtensionInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return VirtualMachineExtensionInnerModifier and TypeMethodDescriptionVirtualMachineExtensionsClient.createOrUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters) The operation to create or update the extension.VirtualMachineExtensionsClient.createOrUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters, com.azure.core.util.Context context) The operation to create or update the extension.The operation to get the extension.VirtualMachineExtensionsClient.update(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters) The operation to update the extension.VirtualMachineExtensionsClient.update(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters, com.azure.core.util.Context context) The operation to update the extension.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type VirtualMachineExtensionInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>, VirtualMachineExtensionInner> VirtualMachineExtensionsClient.beginCreateOrUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters) The operation to create or update the extension.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>, VirtualMachineExtensionInner> VirtualMachineExtensionsClient.beginCreateOrUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters) The operation to create or update the extension.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>, VirtualMachineExtensionInner> VirtualMachineExtensionsClient.beginCreateOrUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters, com.azure.core.util.Context context) The operation to create or update the extension.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>, VirtualMachineExtensionInner> VirtualMachineExtensionsClient.beginCreateOrUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters, com.azure.core.util.Context context) The operation to create or update the extension.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>, VirtualMachineExtensionInner> VirtualMachineExtensionsClient.beginCreateOrUpdateAsync(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters) The operation to create or update the extension.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>, VirtualMachineExtensionInner> VirtualMachineExtensionsClient.beginCreateOrUpdateAsync(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters) The operation to create or update the extension.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>, VirtualMachineExtensionInner> VirtualMachineExtensionsClient.beginUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters) The operation to update the extension.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>, VirtualMachineExtensionInner> VirtualMachineExtensionsClient.beginUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters) The operation to update the extension.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>, VirtualMachineExtensionInner> VirtualMachineExtensionsClient.beginUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters, com.azure.core.util.Context context) The operation to update the extension.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>, VirtualMachineExtensionInner> VirtualMachineExtensionsClient.beginUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters, com.azure.core.util.Context context) The operation to update the extension.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>, VirtualMachineExtensionInner> VirtualMachineExtensionsClient.beginUpdateAsync(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters) The operation to update the extension.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>, VirtualMachineExtensionInner> VirtualMachineExtensionsClient.beginUpdateAsync(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters) The operation to update the extension.VirtualMachineExtensionsClient.createOrUpdateAsync(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters) The operation to create or update the extension.VirtualMachineExtensionsClient.getAsync(String resourceGroupName, String vmName, String vmExtensionName) The operation to get the extension.com.azure.core.http.rest.Response<VirtualMachineExtensionInner> VirtualMachineExtensionsClient.getWithResponse(String resourceGroupName, String vmName, String vmExtensionName, String expand, com.azure.core.util.Context context) The operation to get the extension.Mono<com.azure.core.http.rest.Response<VirtualMachineExtensionInner>> VirtualMachineExtensionsClient.getWithResponseAsync(String resourceGroupName, String vmName, String vmExtensionName, String expand) The operation to get the extension.VirtualMachineExtensionsClient.updateAsync(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters) The operation to update the extension.Methods in com.azure.resourcemanager.compute.fluent with parameters of type VirtualMachineExtensionInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>, VirtualMachineExtensionInner> VirtualMachineExtensionsClient.beginCreateOrUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters) The operation to create or update the extension.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>, VirtualMachineExtensionInner> VirtualMachineExtensionsClient.beginCreateOrUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters, com.azure.core.util.Context context) The operation to create or update the extension.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>, VirtualMachineExtensionInner> VirtualMachineExtensionsClient.beginCreateOrUpdateAsync(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters) The operation to create or update the extension.VirtualMachineExtensionsClient.createOrUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters) The operation to create or update the extension.VirtualMachineExtensionsClient.createOrUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters, com.azure.core.util.Context context) The operation to create or update the extension.VirtualMachineExtensionsClient.createOrUpdateAsync(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters) The operation to create or update the extension.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VirtualMachineExtensionsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters) The operation to create or update the extension. -
Uses of VirtualMachineExtensionInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineExtensionInnerModifier and TypeMethodDescriptionstatic VirtualMachineExtensionInnerVirtualMachineExtensionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineExtensionInner from the JsonReader.VirtualMachineExtensionInner.withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion) Set the autoUpgradeMinorVersion property: Indicates whether the extension should use a newer minor version if one is available at deployment time.VirtualMachineExtensionInner.withEnableAutomaticUpgrade(Boolean enableAutomaticUpgrade) Set the enableAutomaticUpgrade property: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.VirtualMachineExtensionInner.withForceUpdateTag(String forceUpdateTag) Set the forceUpdateTag property: How the extension handler should be forced to update even if the extension configuration has not changed.VirtualMachineExtensionInner.withInstanceView(VirtualMachineExtensionInstanceView instanceView) Set the instanceView property: The virtual machine extension instance view.VirtualMachineExtensionInner.withLocation(String location) VirtualMachineExtensionInner.withProtectedSettings(Object protectedSettings) Set the protectedSettings property: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.VirtualMachineExtensionInner.withProtectedSettingsFromKeyVault(KeyVaultSecretReference protectedSettingsFromKeyVault) Set the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineExtensionInner.withProvisionAfterExtensions(List<String> provisionAfterExtensions) Set the provisionAfterExtensions property: Collection of extension names after which this extension needs to be provisioned.VirtualMachineExtensionInner.withPublisher(String publisher) Set the publisher property: The name of the extension handler publisher.VirtualMachineExtensionInner.withSettings(Object settings) Set the settings property: Json formatted public settings for the extension.VirtualMachineExtensionInner.withSuppressFailures(Boolean suppressFailures) Set the suppressFailures property: Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value).VirtualMachineExtensionInner.withTypeHandlerVersion(String typeHandlerVersion) Set the typeHandlerVersion property: Specifies the version of the script handler.VirtualMachineExtensionInner.withTypePropertiesType(String type) Set the type property: Specifies the type of the extension; an example is "CustomScriptExtension".Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type VirtualMachineExtensionInnerModifier and TypeMethodDescriptionVirtualMachineInner.resources()Get the resources property: The virtual machine child extension resources.VirtualMachineScaleSetVMInner.resources()Get the resources property: The virtual machine child extension resources.VirtualMachineExtensionsListResultInner.value()Get the value property: The list of extensions.Method parameters in com.azure.resourcemanager.compute.fluent.models with type arguments of type VirtualMachineExtensionInnerModifier and TypeMethodDescriptionVirtualMachineExtensionsListResultInner.withValue(List<VirtualMachineExtensionInner> value) Set the value property: The list of extensions. -
Uses of VirtualMachineExtensionInner in com.azure.resourcemanager.compute.models
Subinterfaces with type arguments of type VirtualMachineExtensionInner in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an extension associated with virtual machine.