Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
- Latest
- 2025-02-19-preview
- 2025-01-13
- 2024-11-10-preview
- 2024-09-10-preview
- 2024-07-31-preview
- 2024-07-10
- 2024-05-20-preview
- 2024-03-31-preview
- 2023-10-03-preview
- 2023-06-20-preview
- 2023-03-15-preview
- 2022-12-27
- 2022-12-27-preview
- 2022-11-10
- 2022-08-11-preview
- 2022-05-10-preview
- 2022-03-10
- 2021-12-10-preview
- 2021-06-10-preview
- 2021-05-20
- 2021-05-17-preview
- 2021-04-22-preview
- 2021-03-25-preview
- 2021-01-28-preview
- 2020-08-15-preview
Bicep resource definition
The privateLinkScopes/privateLinkResources 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 Microsoft.HybridCompute/privateLinkScopes/privateLinkResources resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2022-03-10' = {
parent: resourceSymbolicName
name: 'string'
}
Property Values
Microsoft.HybridCompute/privateLinkScopes/privateLinkResources
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
parent | 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: privateLinkScopes |
ARM template resource definition
The privateLinkScopes/privateLinkResources 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 Microsoft.HybridCompute/privateLinkScopes/privateLinkResources resource, add the following JSON to your template.
{
"type": "Microsoft.HybridCompute/privateLinkScopes/privateLinkResources",
"apiVersion": "2022-03-10",
"name": "string"
}
Property Values
Microsoft.HybridCompute/privateLinkScopes/privateLinkResources
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2022-03-10' |
name | The resource name | string (required) |
type | The resource type | 'Microsoft.HybridCompute/privateLinkScopes/privateLinkResources' |
Exemples d’utilisation
Terraform (AzAPI provider) resource definition
The privateLinkScopes/privateLinkResources 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 Microsoft.HybridCompute/privateLinkScopes/privateLinkResources resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2022-03-10"
name = "string"
}
Property Values
Microsoft.HybridCompute/privateLinkScopes/privateLinkResources
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
parent_id | The ID of the resource that is the parent for this resource. | ID for resource of type: privateLinkScopes |
type | The resource type | "Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2022-03-10" |