Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetVMExtensionUpdate
-
Packages that use VirtualMachineScaleSetVMExtensionUpdate Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineScaleSetVMExtensionUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type VirtualMachineScaleSetVMExtensionUpdate Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetVMExtensionInner>,VirtualMachineScaleSetVMExtensionInner>VirtualMachineScaleSetVMExtensionsClient. beginUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineScaleSetVMExtensionUpdate extensionParameters)The operation to update the VMSS VM extension.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetVMExtensionInner>,VirtualMachineScaleSetVMExtensionInner>VirtualMachineScaleSetVMExtensionsClient. beginUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineScaleSetVMExtensionUpdate extensionParameters, com.azure.core.util.Context context)The operation to update the VMSS VM extension.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetVMExtensionInner>,VirtualMachineScaleSetVMExtensionInner>VirtualMachineScaleSetVMExtensionsClient. beginUpdateAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineScaleSetVMExtensionUpdate extensionParameters)The operation to update the VMSS VM extension.VirtualMachineScaleSetVMExtensionInnerVirtualMachineScaleSetVMExtensionsClient. update(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineScaleSetVMExtensionUpdate extensionParameters)The operation to update the VMSS VM extension.VirtualMachineScaleSetVMExtensionInnerVirtualMachineScaleSetVMExtensionsClient. update(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineScaleSetVMExtensionUpdate extensionParameters, com.azure.core.util.Context context)The operation to update the VMSS VM extension.Mono<VirtualMachineScaleSetVMExtensionInner>VirtualMachineScaleSetVMExtensionsClient. updateAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineScaleSetVMExtensionUpdate extensionParameters)The operation to update the VMSS VM extension.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>VirtualMachineScaleSetVMExtensionsClient. updateWithResponseAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineScaleSetVMExtensionUpdate extensionParameters)The operation to update the VMSS VM extension. -
Uses of VirtualMachineScaleSetVMExtensionUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetVMExtensionUpdate Modifier and Type Method Description VirtualMachineScaleSetVMExtensionUpdateVirtualMachineScaleSetVMExtensionUpdate. withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion)Set the autoUpgradeMinorVersion property: Indicates whether the extension should use a newer minor version if one is available at deployment time.VirtualMachineScaleSetVMExtensionUpdateVirtualMachineScaleSetVMExtensionUpdate. 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.VirtualMachineScaleSetVMExtensionUpdateVirtualMachineScaleSetVMExtensionUpdate. withForceUpdateTag(String forceUpdateTag)Set the forceUpdateTag property: How the extension handler should be forced to update even if the extension configuration has not changed.VirtualMachineScaleSetVMExtensionUpdateVirtualMachineScaleSetVMExtensionUpdate. withProtectedSettings(Object protectedSettings)Set the protectedSettings property: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.VirtualMachineScaleSetVMExtensionUpdateVirtualMachineScaleSetVMExtensionUpdate. withProtectedSettingsFromKeyVault(Object protectedSettingsFromKeyVault)Set the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineScaleSetVMExtensionUpdateVirtualMachineScaleSetVMExtensionUpdate. withPublisher(String publisher)Set the publisher property: The name of the extension handler publisher.VirtualMachineScaleSetVMExtensionUpdateVirtualMachineScaleSetVMExtensionUpdate. withSettings(Object settings)Set the settings property: Json formatted public settings for the extension.VirtualMachineScaleSetVMExtensionUpdateVirtualMachineScaleSetVMExtensionUpdate. 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).VirtualMachineScaleSetVMExtensionUpdateVirtualMachineScaleSetVMExtensionUpdate. withTypeHandlerVersion(String typeHandlerVersion)Set the typeHandlerVersion property: Specifies the version of the script handler.VirtualMachineScaleSetVMExtensionUpdateVirtualMachineScaleSetVMExtensionUpdate. withTypePropertiesType(String type)Set the type property: Specifies the type of the extension; an example is "CustomScriptExtension".
-