Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Bicep resource definition
The storagePools/avsVms resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a PureStorage.Block/storagePools/avsVms resource, add the following Bicep to your template.
resource symbolicname 'PureStorage.Block/storagePools/avsVms@2024-11-01-preview' = {
parent: resourceSymbolicName
name: 'string'
}
Egenskapsvärden
PureStorage.Block/storagePools/avsVms
Namn | Beskrivning | Värde |
---|---|---|
namn | The resource name | sträng Constraints: Pattern = ^[a-fA-F0-9\-]{1,64}$ (required) |
förälder | In Bicep, you can specify the parent resource for a child resource. You only need to add this property when the child resource is declared outside of the parent resource. For more information, see Child resource outside parent resource. |
Symbolic name for resource of type: storagePools |
ARM template resource definition
The storagePools/avsVms resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a PureStorage.Block/storagePools/avsVms resource, add the following JSON to your template.
{
"type": "PureStorage.Block/storagePools/avsVms",
"apiVersion": "2024-11-01-preview",
"name": "string"
}
Egenskapsvärden
PureStorage.Block/storagePools/avsVms
Namn | Beskrivning | Värde |
---|---|---|
apiVersion | The api version | '2024-11-01-preview' |
namn | The resource name | sträng Constraints: Pattern = ^[a-fA-F0-9\-]{1,64}$ (required) |
type | The resource type | 'PureStorage.Block/storagePools/avsVms' |
Användningsexempel
Terraform (AzAPI provider) resource definition
The storagePools/avsVms resource type can be deployed with operations that target:
- Resource groups
For a list of changed properties in each API version, see change log.
Resource format
To create a PureStorage.Block/storagePools/avsVms resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "PureStorage.Block/storagePools/avsVms@2024-11-01-preview"
name = "string"
}
Egenskapsvärden
PureStorage.Block/storagePools/avsVms
Namn | Beskrivning | Värde |
---|---|---|
namn | The resource name | sträng Constraints: Pattern = ^[a-fA-F0-9\-]{1,64}$ (required) |
parent_id | The ID of the resource that is the parent for this resource. | ID for resource of type: storagePools |
type | The resource type | "PureStorage.Block/storagePools/avsVms@2024-11-01-preview" |