The labs/users/servicefabrics resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.DevTestLab/labs/users/servicefabrics resource, add the following JSON to your template.
{
"type": "Microsoft.DevTestLab/labs/users/servicefabrics",
"apiVersion": "2018-09-15",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"properties": {
"environmentId": "string",
"externalServiceFabricId": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.DevTestLab/labs/users/servicefabrics' |
apiVersion | The resource api version | '2018-09-15' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
location | The location of the resource. | string |
tags | The tags of the resource. | Dictionary of tag names and values. See Tags in templates |
properties | The properties of the resource. | ServiceFabricProperties (required) |
Name | Description | Value |
---|---|---|
environmentId | The resource id of the environment under which the service fabric resource is present | string |
externalServiceFabricId | The backing service fabric resource's id | string |