GetDiskEncryptionSet
Use this data source to access information about an existing Disk Encryption Set.
Using GetDiskEncryptionSet
function getDiskEncryptionSet(args: GetDiskEncryptionSetArgs, opts?: InvokeOptions): Promise<GetDiskEncryptionSetResult>function get_disk_encryption_set(name=None, resource_group_name=None, opts=None)func LookupDiskEncryptionSet(ctx *Context, args *LookupDiskEncryptionSetArgs, opts ...InvokeOption) (*LookupDiskEncryptionSetResult, error)Note: This function is named
LookupDiskEncryptionSetin the Go SDK.
public static class GetDiskEncryptionSet {
public static Task<GetDiskEncryptionSetResult> InvokeAsync(GetDiskEncryptionSetArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
- Name string
The name of the Disk Encryption Set exists.
- Resource
Group stringName The name of the Resource Group where the Disk Encryption Set exists.
- Name string
The name of the Disk Encryption Set exists.
- Resource
Group stringName The name of the Resource Group where the Disk Encryption Set exists.
- name string
The name of the Disk Encryption Set exists.
- resource
Group stringName The name of the Resource Group where the Disk Encryption Set exists.
- name str
The name of the Disk Encryption Set exists.
- resource_
group_ strname The name of the Resource Group where the Disk Encryption Set exists.
GetDiskEncryptionSet Result
The following output properties are available:
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurermTerraform Provider.