Uses of Class
com.azure.resourcemanager.compute.models.DiskEncryptionSetUpdate
Packages that use DiskEncryptionSetUpdate
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of DiskEncryptionSetUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type DiskEncryptionSetUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DiskEncryptionSetInner>, DiskEncryptionSetInner> DiskEncryptionSetsClient.beginUpdate(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetUpdate diskEncryptionSet) Updates (patches) a disk encryption set.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DiskEncryptionSetInner>, DiskEncryptionSetInner> DiskEncryptionSetsClient.beginUpdate(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetUpdate diskEncryptionSet, com.azure.core.util.Context context) Updates (patches) a disk encryption set.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DiskEncryptionSetInner>, DiskEncryptionSetInner> DiskEncryptionSetsClient.beginUpdateAsync(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetUpdate diskEncryptionSet) Updates (patches) a disk encryption set.DiskEncryptionSetsClient.update(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetUpdate diskEncryptionSet) Updates (patches) a disk encryption set.DiskEncryptionSetsClient.update(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetUpdate diskEncryptionSet, com.azure.core.util.Context context) Updates (patches) a disk encryption set.DiskEncryptionSetsClient.updateAsync(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetUpdate diskEncryptionSet) Updates (patches) a disk encryption set.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> DiskEncryptionSetsClient.updateWithResponseAsync(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetUpdate diskEncryptionSet) Updates (patches) a disk encryption set. -
Uses of DiskEncryptionSetUpdate in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type DiskEncryptionSetUpdateModifier and TypeClassDescriptionfinal classdisk encryption set update resource.Methods in com.azure.resourcemanager.compute.models that return DiskEncryptionSetUpdateModifier and TypeMethodDescriptionstatic DiskEncryptionSetUpdateDiskEncryptionSetUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiskEncryptionSetUpdate from the JsonReader.DiskEncryptionSetUpdate.withActiveKey(KeyForDiskEncryptionSet activeKey) Set the activeKey property: Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots.DiskEncryptionSetUpdate.withEncryptionType(DiskEncryptionSetType encryptionType) Set the encryptionType property: The type of key used to encrypt the data of the disk.DiskEncryptionSetUpdate.withFederatedClientId(String federatedClientId) Set the federatedClientId property: Multi-tenant application client id to access key vault in a different tenant.DiskEncryptionSetUpdate.withIdentity(EncryptionSetIdentity identity) Set the identity property: The managed identity for the disk encryption set.DiskEncryptionSetUpdate.withRotationToLatestKeyVersionEnabled(Boolean rotationToLatestKeyVersionEnabled) Set the rotationToLatestKeyVersionEnabled property: Set this flag to true to enable auto-updating of this disk encryption set to the latest key version.Set the tags property: Resource tags.