ResourceData Constructors
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.
Overloads
ResourceData() |
Initializes a new instance of ResourceData. |
ResourceData(ResourceIdentifier, String, ResourceType, SystemData) |
Initializes a new instance of ResourceData. |
ResourceData()
- Source:
- ResourceData.cs
- Source:
- ResourceData.cs
Initializes a new instance of ResourceData.
protected ResourceData ();
Protected Sub New ()
Applies to
ResourceData(ResourceIdentifier, String, ResourceType, SystemData)
- Source:
- ResourceData.cs
- Source:
- ResourceData.cs
Initializes a new instance of ResourceData.
protected ResourceData (Azure.Core.ResourceIdentifier id, string name, Azure.Core.ResourceType resourceType, Azure.ResourceManager.Models.SystemData systemData);
new Azure.ResourceManager.Models.ResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData -> Azure.ResourceManager.Models.ResourceData
Protected Sub New (id As ResourceIdentifier, name As String, resourceType As ResourceType, systemData As SystemData)
Parameters
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- String
The name of the resource.
- resourceType
- ResourceType
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Applies to
Azure SDK for .NET