ResourceData Class

Definition

Common fields that are returned in the response for all Azure Resource Manager resources.

public abstract class ResourceData
type ResourceData = class
Public MustInherit Class ResourceData
Inheritance
ResourceData
Derived

Constructors

ResourceData()

Initializes a new instance of Resource.

ResourceData(ResourceIdentifier, String, ResourceType, SystemData)

Initializes a new instance of Resource.

Properties

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

Name

The name of the resource.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Applies to