These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.storagepool.getDiskPool
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Get a Disk pool. API Version: 2020-03-15-preview.
Using getDiskPool
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 getDiskPool(args: GetDiskPoolArgs, opts?: InvokeOptions): Promise<GetDiskPoolResult>
function getDiskPoolOutput(args: GetDiskPoolOutputArgs, opts?: InvokeOptions): Output<GetDiskPoolResult>
def get_disk_pool(disk_pool_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDiskPoolResult
def get_disk_pool_output(disk_pool_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDiskPoolResult]
func LookupDiskPool(ctx *Context, args *LookupDiskPoolArgs, opts ...InvokeOption) (*LookupDiskPoolResult, error)
func LookupDiskPoolOutput(ctx *Context, args *LookupDiskPoolOutputArgs, opts ...InvokeOption) LookupDiskPoolResultOutput
> Note: This function is named LookupDiskPool
in the Go SDK.
public static class GetDiskPool
{
public static Task<GetDiskPoolResult> InvokeAsync(GetDiskPoolArgs args, InvokeOptions? opts = null)
public static Output<GetDiskPoolResult> Invoke(GetDiskPoolInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDiskPoolResult> getDiskPool(GetDiskPoolArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:storagepool:getDiskPool
arguments:
# arguments dictionary
The following arguments are supported:
- Disk
Pool stringName - The name of the Disk pool.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Disk
Pool stringName - The name of the Disk pool.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- disk
Pool StringName - The name of the Disk pool.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- disk
Pool stringName - The name of the Disk pool.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- disk_
pool_ strname - The name of the Disk pool.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- disk
Pool StringName - The name of the Disk pool.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getDiskPool Result
The following output properties are available:
- Availability
Zones List<string> - Logical zone for Disk pool resource; example: ["1"].
- 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
- Provisioning
State string - State of the operation on the resource.
- Status string
- Operational status of the Disk pool.
- Subnet
Id string - Azure Resource ID of a Subnet for the Disk pool.
- System
Data Pulumi.Azure Native. Storage Pool. Outputs. System Metadata Response - Resource metadata required by ARM RPC
- Tier string
- Determines the SKU of VM deployed for Disk pool
- Type string
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- Additional
Capabilities List<string> - List of additional capabilities for Disk pool.
- Disks
List<Pulumi.
Azure Native. Storage Pool. Outputs. Disk Response> - List of Azure Managed Disks to attach to a Disk pool. Can attach 8 disks at most.
- Dictionary<string, string>
- Resource tags.
- Availability
Zones []string - Logical zone for Disk pool resource; example: ["1"].
- 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
- Provisioning
State string - State of the operation on the resource.
- Status string
- Operational status of the Disk pool.
- Subnet
Id string - Azure Resource ID of a Subnet for the Disk pool.
- System
Data SystemMetadata Response - Resource metadata required by ARM RPC
- Tier string
- Determines the SKU of VM deployed for Disk pool
- Type string
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- Additional
Capabilities []string - List of additional capabilities for Disk pool.
- Disks
[]Disk
Response - List of Azure Managed Disks to attach to a Disk pool. Can attach 8 disks at most.
- map[string]string
- Resource tags.
- availability
Zones List<String> - Logical zone for Disk pool resource; example: ["1"].
- 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
- provisioning
State String - State of the operation on the resource.
- status String
- Operational status of the Disk pool.
- subnet
Id String - Azure Resource ID of a Subnet for the Disk pool.
- system
Data SystemMetadata Response - Resource metadata required by ARM RPC
- tier String
- Determines the SKU of VM deployed for Disk pool
- type String
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- additional
Capabilities List<String> - List of additional capabilities for Disk pool.
- disks
List<Disk
Response> - List of Azure Managed Disks to attach to a Disk pool. Can attach 8 disks at most.
- Map<String,String>
- Resource tags.
- availability
Zones string[] - Logical zone for Disk pool resource; example: ["1"].
- 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
- provisioning
State string - State of the operation on the resource.
- status string
- Operational status of the Disk pool.
- subnet
Id string - Azure Resource ID of a Subnet for the Disk pool.
- system
Data SystemMetadata Response - Resource metadata required by ARM RPC
- tier string
- Determines the SKU of VM deployed for Disk pool
- type string
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- additional
Capabilities string[] - List of additional capabilities for Disk pool.
- disks
Disk
Response[] - List of Azure Managed Disks to attach to a Disk pool. Can attach 8 disks at most.
- {[key: string]: string}
- Resource tags.
- availability_
zones Sequence[str] - Logical zone for Disk pool resource; example: ["1"].
- 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
- provisioning_
state str - State of the operation on the resource.
- status str
- Operational status of the Disk pool.
- subnet_
id str - Azure Resource ID of a Subnet for the Disk pool.
- system_
data SystemMetadata Response - Resource metadata required by ARM RPC
- tier str
- Determines the SKU of VM deployed for Disk pool
- type str
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- additional_
capabilities Sequence[str] - List of additional capabilities for Disk pool.
- disks
Sequence[Disk
Response] - List of Azure Managed Disks to attach to a Disk pool. Can attach 8 disks at most.
- Mapping[str, str]
- Resource tags.
- availability
Zones List<String> - Logical zone for Disk pool resource; example: ["1"].
- 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
- provisioning
State String - State of the operation on the resource.
- status String
- Operational status of the Disk pool.
- subnet
Id String - Azure Resource ID of a Subnet for the Disk pool.
- system
Data Property Map - Resource metadata required by ARM RPC
- tier String
- Determines the SKU of VM deployed for Disk pool
- type String
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- additional
Capabilities List<String> - List of additional capabilities for Disk pool.
- disks List<Property Map>
- List of Azure Managed Disks to attach to a Disk pool. Can attach 8 disks at most.
- Map<String>
- Resource tags.
Supporting Types
DiskResponse
- Id string
- Unique Azure Resource ID of the Managed Disk.
- Id string
- Unique Azure Resource ID of the Managed Disk.
- id String
- Unique Azure Resource ID of the Managed Disk.
- id string
- Unique Azure Resource ID of the Managed Disk.
- id str
- Unique Azure Resource ID of the Managed Disk.
- id String
- Unique Azure Resource ID of the Managed Disk.
SystemMetadataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - A string identifier for the identity that created the resource.
- Created
By stringType - The type of identity that created the resource: user, application, managedIdentity.
- Last
Modified stringAt - The timestamp of resource last modification (UTC).
- Last
Modified stringBy - A string identifier for the identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource: user, application, managedIdentity.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - A string identifier for the identity that created the resource.
- Created
By stringType - The type of identity that created the resource: user, application, managedIdentity.
- Last
Modified stringAt - The timestamp of resource last modification (UTC).
- Last
Modified stringBy - A string identifier for the identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource: user, application, managedIdentity.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - A string identifier for the identity that created the resource.
- created
By StringType - The type of identity that created the resource: user, application, managedIdentity.
- last
Modified StringAt - The timestamp of resource last modification (UTC).
- last
Modified StringBy - A string identifier for the identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource: user, application, managedIdentity.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - A string identifier for the identity that created the resource.
- created
By stringType - The type of identity that created the resource: user, application, managedIdentity.
- last
Modified stringAt - The timestamp of resource last modification (UTC).
- last
Modified stringBy - A string identifier for the identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource: user, application, managedIdentity.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - A string identifier for the identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource: user, application, managedIdentity.
- last_
modified_ strat - The timestamp of resource last modification (UTC).
- last_
modified_ strby - A string identifier for the identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource: user, application, managedIdentity.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - A string identifier for the identity that created the resource.
- created
By StringType - The type of identity that created the resource: user, application, managedIdentity.
- last
Modified StringAt - The timestamp of resource last modification (UTC).
- last
Modified StringBy - A string identifier for the identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource: user, application, managedIdentity.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi