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 LookupDiskEncryptionSet in 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.

ResourceGroupName string

The name of the Resource Group where the Disk Encryption Set exists.

Name string

The name of the Disk Encryption Set exists.

ResourceGroupName string

The name of the Resource Group where the Disk Encryption Set exists.

name string

The name of the Disk Encryption Set exists.

resourceGroupName string

The name of the Resource Group where the Disk Encryption Set exists.

name str

The name of the Disk Encryption Set exists.

resource_group_name str

The name of the Resource Group where the Disk Encryption Set exists.

GetDiskEncryptionSet Result

The following output properties are available:

Id string

The provider-assigned unique ID for this managed resource.

Location string

The location where the Disk Encryption Set exists.

Name string
ResourceGroupName string
Tags Dictionary<string, string>

A mapping of tags assigned to the Disk Encryption Set.

Id string

The provider-assigned unique ID for this managed resource.

Location string

The location where the Disk Encryption Set exists.

Name string
ResourceGroupName string
Tags map[string]string

A mapping of tags assigned to the Disk Encryption Set.

id string

The provider-assigned unique ID for this managed resource.

location string

The location where the Disk Encryption Set exists.

name string
resourceGroupName string
tags {[key: string]: string}

A mapping of tags assigned to the Disk Encryption Set.

id str

The provider-assigned unique ID for this managed resource.

location str

The location where the Disk Encryption Set exists.

name str
resource_group_name str
tags Dict[str, str]

A mapping of tags assigned to the Disk Encryption Set.

Package Details

Repository
https://github.com/pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.