ResourceData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ResourceData. |
ResourceData(ResourceIdentifier, String, ResourceType, SystemData) |
Initializes a new instance of ResourceData. |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Applies to
Azure SDK for .NET