Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetExtensionUpdate
Packages that use VirtualMachineScaleSetExtensionUpdate
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetExtensionUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type VirtualMachineScaleSetExtensionUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetExtensionInner>, VirtualMachineScaleSetExtensionInner> VirtualMachineScaleSetExtensionsClient.beginUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters) The operation to update an extension.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetExtensionInner>, VirtualMachineScaleSetExtensionInner> VirtualMachineScaleSetExtensionsClient.beginUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters, com.azure.core.util.Context context) The operation to update an extension.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetExtensionInner>, VirtualMachineScaleSetExtensionInner> VirtualMachineScaleSetExtensionsClient.beginUpdateAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters) The operation to update an extension.VirtualMachineScaleSetExtensionsClient.update(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters) The operation to update an extension.VirtualMachineScaleSetExtensionsClient.update(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters, com.azure.core.util.Context context) The operation to update an extension.VirtualMachineScaleSetExtensionsClient.updateAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters) The operation to update an extension.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VirtualMachineScaleSetExtensionsClient.updateWithResponseAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters) The operation to update an extension. -
Uses of VirtualMachineScaleSetExtensionUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetExtensionUpdateModifier and TypeMethodDescriptionVirtualMachineScaleSetExtensionUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetExtensionUpdate from the JsonReader.VirtualMachineScaleSetExtensionUpdate.withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion) Set the autoUpgradeMinorVersion property: Indicates whether the extension should use a newer minor version if one is available at deployment time.VirtualMachineScaleSetExtensionUpdate.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.VirtualMachineScaleSetExtensionUpdate.withForceUpdateTag(String forceUpdateTag) Set the forceUpdateTag property: If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.VirtualMachineScaleSetExtensionUpdate.withProtectedSettings(Object protectedSettings) Set the protectedSettings property: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.VirtualMachineScaleSetExtensionUpdate.withProtectedSettingsFromKeyVault(KeyVaultSecretReference protectedSettingsFromKeyVault) Set the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineScaleSetExtensionUpdate.withProvisionAfterExtensions(List<String> provisionAfterExtensions) Set the provisionAfterExtensions property: Collection of extension names after which this extension needs to be provisioned.VirtualMachineScaleSetExtensionUpdate.withPublisher(String publisher) Set the publisher property: The name of the extension handler publisher.VirtualMachineScaleSetExtensionUpdate.withSettings(Object settings) Set the settings property: Json formatted public settings for the extension.VirtualMachineScaleSetExtensionUpdate.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).VirtualMachineScaleSetExtensionUpdate.withTypeHandlerVersion(String typeHandlerVersion) Set the typeHandlerVersion property: Specifies the version of the script handler.VirtualMachineScaleSetExtensionUpdate.withTypePropertiesType(String type) Set the type property: Specifies the type of the extension; an example is "CustomScriptExtension".