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) |
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)
Initializes a new instance of the AzureResourceBase class.
public AzureResourceBase (string id = default, string type = default, string name = default);
new Microsoft.Azure.Management.Blueprint.Models.AzureResourceBase : string * string * string -> Microsoft.Azure.Management.Blueprint.Models.AzureResourceBase
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing)
Parameters
- id
- String
String Id used to locate any resource on Azure.
- type
- String
Type of this resource.
- name
- String
Name of this resource.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET