Uses of Interface
com.azure.resourcemanager.compute.models.DiskEncryptionSet.DefinitionStages.WithCreate
Packages that use DiskEncryptionSet.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of DiskEncryptionSet.DefinitionStages.WithCreate in com.azure.resourcemanager.compute.models
Subinterfaces of DiskEncryptionSet.DefinitionStages.WithCreate in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the disk encryption set definition.static interfaceThe stage of the System Assigned Managed Service Identity enabled disk encryption set allowing to set access methods for the key vault.Subinterfaces with type arguments of type DiskEncryptionSet.DefinitionStages.WithCreate in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.Methods in com.azure.resourcemanager.compute.models that return DiskEncryptionSet.DefinitionStages.WithCreateModifier and TypeMethodDescriptionDiskEncryptionSet.DefinitionStages.WithAutomaticKeyRotation.withAutomaticKeyRotation()Enable automatic key rotation.DiskEncryptionSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate.withRoleBasedAccessToCurrentKeyVault()Specifies that disk encryption set's system assigned identity should have the RBAC based access with defaultBuiltInRole.KEY_VAULT_CRYPTO_SERVICE_ENCRYPTION_USERon the current Azure key vault that's associated with it.DiskEncryptionSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate.withRoleBasedAccessToCurrentKeyVault(com.azure.resourcemanager.authorization.models.BuiltInRole builtInRole) Specifies that disk encryption set's system assigned identity should have the given RBAC based access (described by the role) on the current Azure key vault that's associated with it.