Service Fabric Mesh ServiceResourceDescription
This type describes a service resource.
Properties
Name | Type | Required |
---|---|---|
id |
string | No |
name |
string | No |
type |
string | No |
properties |
ServiceResourceProperties | Yes |
id
Type: string
Required: No
Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name
Type: string
Required: No
The name of the resource
type
Type: string
Required: No
The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
properties
Type: ServiceResourceProperties
Required: Yes
This type describes properties of a service resource.