AzureResourceBase 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
AzureResourceBase() |
Initializes a new instance of the AzureResourceBase class. |
AzureResourceBase(String, String, String, SystemData) |
Initializes a new instance of the AzureResourceBase class. |
AzureResourceBase()
Initializes a new instance of the AzureResourceBase class.
public AzureResourceBase ();
Public Sub New ()
Applies to
AzureResourceBase(String, String, String, SystemData)
Initializes a new instance of the AzureResourceBase class.
public AzureResourceBase (string id = default, string name = default, string type = default, Microsoft.Azure.Management.ResourceManager.Models.SystemData systemData = default);
new Microsoft.Azure.Management.ResourceManager.Models.AzureResourceBase : string * string * string * Microsoft.Azure.Management.ResourceManager.Models.SystemData -> Microsoft.Azure.Management.ResourceManager.Models.AzureResourceBase
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- id
- String
String Id used to locate any resource on Azure.
- name
- String
Name of this resource.
- type
- String
Type of this resource.
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Applies to
Azure SDK for .NET