नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
This type describes an application resource.
Properties
Name | Type | Required |
---|---|---|
id |
string | No |
name |
string | No |
type |
string | No |
location |
string | No |
tags |
map of string to string | No |
properties |
ApplicationResourceProperties | 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.
location
Type: string
Required: No
The geo-location where the resource lives
tags
Type: map of string to string
Required: No
Resource tags.
properties
Type: ApplicationResourceProperties
Required: Yes
This type describes properties of an application resource.