Resource Class
The core properties of ARM resources.
- Inheritance
-
Resource
Constructor
Resource(*, id: Optional[str] = None, name: Optional[str] = None, type: Optional[str] = None, **kwargs)
Variables
- id
- str
Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}.
- name
- str
The name of the resource.
- type
- str
The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.
Feedback
Submit and view feedback for