1. Packages
  2. Azure Native
  3. API Docs
  4. containerstorage
  5. getPool
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.containerstorage.getPool

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Get a Pool Azure REST API version: 2023-07-01-preview.

    Using getPool

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getPool(args: GetPoolArgs, opts?: InvokeOptions): Promise<GetPoolResult>
    function getPoolOutput(args: GetPoolOutputArgs, opts?: InvokeOptions): Output<GetPoolResult>
    def get_pool(pool_name: Optional[str] = None,
                 resource_group_name: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetPoolResult
    def get_pool_output(pool_name: Optional[pulumi.Input[str]] = None,
                 resource_group_name: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetPoolResult]
    func LookupPool(ctx *Context, args *LookupPoolArgs, opts ...InvokeOption) (*LookupPoolResult, error)
    func LookupPoolOutput(ctx *Context, args *LookupPoolOutputArgs, opts ...InvokeOption) LookupPoolResultOutput

    > Note: This function is named LookupPool in the Go SDK.

    public static class GetPool 
    {
        public static Task<GetPoolResult> InvokeAsync(GetPoolArgs args, InvokeOptions? opts = null)
        public static Output<GetPoolResult> Invoke(GetPoolInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPoolResult> getPool(GetPoolArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:containerstorage:getPool
      arguments:
        # arguments dictionary

    The following arguments are supported:

    PoolName string
    Pool Object
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    PoolName string
    Pool Object
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    poolName String
    Pool Object
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    poolName string
    Pool Object
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    pool_name str
    Pool Object
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    poolName String
    Pool Object
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getPool Result

    The following output properties are available:

    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    PoolType Pulumi.AzureNative.ContainerStorage.Outputs.PoolTypeResponse
    Type of the Pool: ephemeralDisk, azureDisk, or elasticsan.
    ProvisioningState string
    The status of the last operation.
    Status Pulumi.AzureNative.ContainerStorage.Outputs.ResourceOperationalStatusResponse
    The operational status of the resource
    SystemData Pulumi.AzureNative.ContainerStorage.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Assignments List<Pulumi.AzureNative.ContainerStorage.Outputs.AssignmentResponse>
    List of resources that should have access to the pool. Typically ARM references to AKS clusters or ACI Container Groups. For local and standard this must be a single reference. For ElasticSAN there can be many.
    ReclaimPolicy string
    ReclaimPolicy defines what happens to the backend storage when StoragePool is deleted
    Resources Pulumi.AzureNative.ContainerStorage.Outputs.ResourcesResponse
    Resources represent the resources the pool should have.
    Tags Dictionary<string, string>
    Resource tags.
    Zones List<string>
    List of availability zones that resources can be created in.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    PoolType PoolTypeResponse
    Type of the Pool: ephemeralDisk, azureDisk, or elasticsan.
    ProvisioningState string
    The status of the last operation.
    Status ResourceOperationalStatusResponse
    The operational status of the resource
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Assignments []AssignmentResponse
    List of resources that should have access to the pool. Typically ARM references to AKS clusters or ACI Container Groups. For local and standard this must be a single reference. For ElasticSAN there can be many.
    ReclaimPolicy string
    ReclaimPolicy defines what happens to the backend storage when StoragePool is deleted
    Resources ResourcesResponse
    Resources represent the resources the pool should have.
    Tags map[string]string
    Resource tags.
    Zones []string
    List of availability zones that resources can be created in.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    poolType PoolTypeResponse
    Type of the Pool: ephemeralDisk, azureDisk, or elasticsan.
    provisioningState String
    The status of the last operation.
    status ResourceOperationalStatusResponse
    The operational status of the resource
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    assignments List<AssignmentResponse>
    List of resources that should have access to the pool. Typically ARM references to AKS clusters or ACI Container Groups. For local and standard this must be a single reference. For ElasticSAN there can be many.
    reclaimPolicy String
    ReclaimPolicy defines what happens to the backend storage when StoragePool is deleted
    resources ResourcesResponse
    Resources represent the resources the pool should have.
    tags Map<String,String>
    Resource tags.
    zones List<String>
    List of availability zones that resources can be created in.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    poolType PoolTypeResponse
    Type of the Pool: ephemeralDisk, azureDisk, or elasticsan.
    provisioningState string
    The status of the last operation.
    status ResourceOperationalStatusResponse
    The operational status of the resource
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    assignments AssignmentResponse[]
    List of resources that should have access to the pool. Typically ARM references to AKS clusters or ACI Container Groups. For local and standard this must be a single reference. For ElasticSAN there can be many.
    reclaimPolicy string
    ReclaimPolicy defines what happens to the backend storage when StoragePool is deleted
    resources ResourcesResponse
    Resources represent the resources the pool should have.
    tags {[key: string]: string}
    Resource tags.
    zones string[]
    List of availability zones that resources can be created in.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    pool_type PoolTypeResponse
    Type of the Pool: ephemeralDisk, azureDisk, or elasticsan.
    provisioning_state str
    The status of the last operation.
    status ResourceOperationalStatusResponse
    The operational status of the resource
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    assignments Sequence[AssignmentResponse]
    List of resources that should have access to the pool. Typically ARM references to AKS clusters or ACI Container Groups. For local and standard this must be a single reference. For ElasticSAN there can be many.
    reclaim_policy str
    ReclaimPolicy defines what happens to the backend storage when StoragePool is deleted
    resources ResourcesResponse
    Resources represent the resources the pool should have.
    tags Mapping[str, str]
    Resource tags.
    zones Sequence[str]
    List of availability zones that resources can be created in.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    poolType Property Map
    Type of the Pool: ephemeralDisk, azureDisk, or elasticsan.
    provisioningState String
    The status of the last operation.
    status Property Map
    The operational status of the resource
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    assignments List<Property Map>
    List of resources that should have access to the pool. Typically ARM references to AKS clusters or ACI Container Groups. For local and standard this must be a single reference. For ElasticSAN there can be many.
    reclaimPolicy String
    ReclaimPolicy defines what happens to the backend storage when StoragePool is deleted
    resources Property Map
    Resources represent the resources the pool should have.
    tags Map<String>
    Resource tags.
    zones List<String>
    List of availability zones that resources can be created in.

    Supporting Types

    AssignmentResponse

    Id string
    Resource id for the assigned resource
    Status Pulumi.AzureNative.ContainerStorage.Inputs.AssignmentStatusResponse
    Indicates if the assignment is in a usable state
    Id string
    Resource id for the assigned resource
    Status AssignmentStatusResponse
    Indicates if the assignment is in a usable state
    id String
    Resource id for the assigned resource
    status AssignmentStatusResponse
    Indicates if the assignment is in a usable state
    id string
    Resource id for the assigned resource
    status AssignmentStatusResponse
    Indicates if the assignment is in a usable state
    id str
    Resource id for the assigned resource
    status AssignmentStatusResponse
    Indicates if the assignment is in a usable state
    id String
    Resource id for the assigned resource
    status Property Map
    Indicates if the assignment is in a usable state

    AssignmentStatusResponse

    State string
    State of the assignment resource
    Message string
    Reason for the status
    State string
    State of the assignment resource
    Message string
    Reason for the status
    state String
    State of the assignment resource
    message String
    Reason for the status
    state string
    State of the assignment resource
    message string
    Reason for the status
    state str
    State of the assignment resource
    message str
    Reason for the status
    state String
    State of the assignment resource
    message String
    Reason for the status

    AzureDiskResponse

    ResourceGroup string
    Managed resource group for the pool.
    Disks List<Pulumi.AzureNative.ContainerStorage.Inputs.DiskResponse>
    Only required if individual disk selection is desired. Path to disk, e.g. :/dev/sda or WWN. Supports specifying multiple disks (same syntax as tags).
    Encryption Pulumi.AzureNative.ContainerStorage.Inputs.EncryptionResponse
    Encryption specifies the encryption configuration for the Azure Disk pool
    SkuName string
    Sku name
    ResourceGroup string
    Managed resource group for the pool.
    Disks []DiskResponse
    Only required if individual disk selection is desired. Path to disk, e.g. :/dev/sda or WWN. Supports specifying multiple disks (same syntax as tags).
    Encryption EncryptionResponse
    Encryption specifies the encryption configuration for the Azure Disk pool
    SkuName string
    Sku name
    resourceGroup String
    Managed resource group for the pool.
    disks List<DiskResponse>
    Only required if individual disk selection is desired. Path to disk, e.g. :/dev/sda or WWN. Supports specifying multiple disks (same syntax as tags).
    encryption EncryptionResponse
    Encryption specifies the encryption configuration for the Azure Disk pool
    skuName String
    Sku name
    resourceGroup string
    Managed resource group for the pool.
    disks DiskResponse[]
    Only required if individual disk selection is desired. Path to disk, e.g. :/dev/sda or WWN. Supports specifying multiple disks (same syntax as tags).
    encryption EncryptionResponse
    Encryption specifies the encryption configuration for the Azure Disk pool
    skuName string
    Sku name
    resource_group str
    Managed resource group for the pool.
    disks Sequence[DiskResponse]
    Only required if individual disk selection is desired. Path to disk, e.g. :/dev/sda or WWN. Supports specifying multiple disks (same syntax as tags).
    encryption EncryptionResponse
    Encryption specifies the encryption configuration for the Azure Disk pool
    sku_name str
    Sku name
    resourceGroup String
    Managed resource group for the pool.
    disks List<Property Map>
    Only required if individual disk selection is desired. Path to disk, e.g. :/dev/sda or WWN. Supports specifying multiple disks (same syntax as tags).
    encryption Property Map
    Encryption specifies the encryption configuration for the Azure Disk pool
    skuName String
    Sku name

    DiskResponse

    Id string
    ID is the disk identifier visible to the OS. It is typically the WWN or disk ID in formats such as eui.e8238fa6bf530001001b448b45263379 or 0x5002cf6cbc5dd460
    Reference string
    Reference is the location of the disk in an external system.
    Id string
    ID is the disk identifier visible to the OS. It is typically the WWN or disk ID in formats such as eui.e8238fa6bf530001001b448b45263379 or 0x5002cf6cbc5dd460
    Reference string
    Reference is the location of the disk in an external system.
    id String
    ID is the disk identifier visible to the OS. It is typically the WWN or disk ID in formats such as eui.e8238fa6bf530001001b448b45263379 or 0x5002cf6cbc5dd460
    reference String
    Reference is the location of the disk in an external system.
    id string
    ID is the disk identifier visible to the OS. It is typically the WWN or disk ID in formats such as eui.e8238fa6bf530001001b448b45263379 or 0x5002cf6cbc5dd460
    reference string
    Reference is the location of the disk in an external system.
    id str
    ID is the disk identifier visible to the OS. It is typically the WWN or disk ID in formats such as eui.e8238fa6bf530001001b448b45263379 or 0x5002cf6cbc5dd460
    reference str
    Reference is the location of the disk in an external system.
    id String
    ID is the disk identifier visible to the OS. It is typically the WWN or disk ID in formats such as eui.e8238fa6bf530001001b448b45263379 or 0x5002cf6cbc5dd460
    reference String
    Reference is the location of the disk in an external system.

    ElasticSanResponse

    ResourceGroup string
    Managed resource group for the pool.
    Encryption Pulumi.AzureNative.ContainerStorage.Inputs.EncryptionResponse
    Encryption specifies the encryption configuration for the Azure Disk pool
    SkuName string
    Sku name
    ResourceGroup string
    Managed resource group for the pool.
    Encryption EncryptionResponse
    Encryption specifies the encryption configuration for the Azure Disk pool
    SkuName string
    Sku name
    resourceGroup String
    Managed resource group for the pool.
    encryption EncryptionResponse
    Encryption specifies the encryption configuration for the Azure Disk pool
    skuName String
    Sku name
    resourceGroup string
    Managed resource group for the pool.
    encryption EncryptionResponse
    Encryption specifies the encryption configuration for the Azure Disk pool
    skuName string
    Sku name
    resource_group str
    Managed resource group for the pool.
    encryption EncryptionResponse
    Encryption specifies the encryption configuration for the Azure Disk pool
    sku_name str
    Sku name
    resourceGroup String
    Managed resource group for the pool.
    encryption Property Map
    Encryption specifies the encryption configuration for the Azure Disk pool
    skuName String
    Sku name

    EncryptionResponse

    KeyName string
    The name of the key vault key.
    KeyVaultUri string
    The URI of the key vault.
    Identity Pulumi.AzureNative.ContainerStorage.Inputs.ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    KeyName string
    The name of the key vault key.
    KeyVaultUri string
    The URI of the key vault.
    Identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    keyName String
    The name of the key vault key.
    keyVaultUri String
    The URI of the key vault.
    identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    keyName string
    The name of the key vault key.
    keyVaultUri string
    The URI of the key vault.
    identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    key_name str
    The name of the key vault key.
    key_vault_uri str
    The URI of the key vault.
    identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    keyName String
    The name of the key vault key.
    keyVaultUri String
    The URI of the key vault.
    identity Property Map
    The managed service identities assigned to this resource.

    EphemeralDiskResponse

    Disks List<Pulumi.AzureNative.ContainerStorage.Inputs.DiskResponse>
    Only required if individual disk selection is desired. Path to disk, e.g. :/dev/sda or WWN. Supports specifying multiple disks (same syntax as tags).
    Replicas double
    The number of data copies. Default 3.
    Disks []DiskResponse
    Only required if individual disk selection is desired. Path to disk, e.g. :/dev/sda or WWN. Supports specifying multiple disks (same syntax as tags).
    Replicas float64
    The number of data copies. Default 3.
    disks List<DiskResponse>
    Only required if individual disk selection is desired. Path to disk, e.g. :/dev/sda or WWN. Supports specifying multiple disks (same syntax as tags).
    replicas Double
    The number of data copies. Default 3.
    disks DiskResponse[]
    Only required if individual disk selection is desired. Path to disk, e.g. :/dev/sda or WWN. Supports specifying multiple disks (same syntax as tags).
    replicas number
    The number of data copies. Default 3.
    disks Sequence[DiskResponse]
    Only required if individual disk selection is desired. Path to disk, e.g. :/dev/sda or WWN. Supports specifying multiple disks (same syntax as tags).
    replicas float
    The number of data copies. Default 3.
    disks List<Property Map>
    Only required if individual disk selection is desired. Path to disk, e.g. :/dev/sda or WWN. Supports specifying multiple disks (same syntax as tags).
    replicas Number
    The number of data copies. Default 3.

    ManagedServiceIdentityResponse

    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.ContainerStorage.Inputs.UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities map[string]UserAssignedIdentityResponse
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<String,UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principal_id str
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenant_id str
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type str
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<Property Map>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    PoolTypeResponse

    AzureDisk AzureDiskResponse
    Disk Pool Properties
    ElasticSan ElasticSanResponse
    Elastic San Pool Properties
    EphemeralDisk EphemeralDiskResponse
    Ephemeral Pool Properties
    azureDisk AzureDiskResponse
    Disk Pool Properties
    elasticSan ElasticSanResponse
    Elastic San Pool Properties
    ephemeralDisk EphemeralDiskResponse
    Ephemeral Pool Properties
    azureDisk AzureDiskResponse
    Disk Pool Properties
    elasticSan ElasticSanResponse
    Elastic San Pool Properties
    ephemeralDisk EphemeralDiskResponse
    Ephemeral Pool Properties
    azure_disk AzureDiskResponse
    Disk Pool Properties
    elastic_san ElasticSanResponse
    Elastic San Pool Properties
    ephemeral_disk EphemeralDiskResponse
    Ephemeral Pool Properties
    azureDisk Property Map
    Disk Pool Properties
    elasticSan Property Map
    Elastic San Pool Properties
    ephemeralDisk Property Map
    Ephemeral Pool Properties

    RequestsResponse

    Storage double
    Requested capacity of the pool in GiB.
    Storage float64
    Requested capacity of the pool in GiB.
    storage Double
    Requested capacity of the pool in GiB.
    storage number
    Requested capacity of the pool in GiB.
    storage float
    Requested capacity of the pool in GiB.
    storage Number
    Requested capacity of the pool in GiB.

    ResourceOperationalStatusResponse

    State string
    state of the resource
    Message string
    Reason for state.
    State string
    state of the resource
    Message string
    Reason for state.
    state String
    state of the resource
    message String
    Reason for state.
    state string
    state of the resource
    message string
    Reason for state.
    state str
    state of the resource
    message str
    Reason for state.
    state String
    state of the resource
    message String
    Reason for state.

    ResourcesResponse

    Requests RequestsResponse
    Requests for capacity for the pool.
    requests RequestsResponse
    Requests for capacity for the pool.
    requests RequestsResponse
    Requests for capacity for the pool.
    requests RequestsResponse
    Requests for capacity for the pool.
    requests Property Map
    Requests for capacity for the pool.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    UserAssignedIdentityResponse

    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    clientId string
    The client ID of the assigned identity.
    principalId string
    The principal ID of the assigned identity.
    client_id str
    The client ID of the assigned identity.
    principal_id str
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi