NetworkResourceDescription
This type describes a network 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 |
NetworkResourceProperties | 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: NetworkResourceProperties
Required: Yes
Describes properties of a network resource.