ArmResource 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
ArmResource() |
Initializes a new instance of the ArmResource class for mocking. |
ArmResource(ArmClient, ResourceIdentifier) |
Initializes a new instance of the ArmResource class. |
ArmResource()
- Source:
- ArmResource.cs
- Source:
- ArmResource.cs
Initializes a new instance of the ArmResource class for mocking.
protected ArmResource ();
Protected Sub New ()
Applies to
ArmResource(ArmClient, ResourceIdentifier)
- Source:
- ArmResource.cs
- Source:
- ArmResource.cs
Initializes a new instance of the ArmResource class.
protected internal ArmResource (Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
new Azure.ResourceManager.ArmResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ArmResource
Protected Friend Sub New (client As ArmClient, id As ResourceIdentifier)
Parameters
The identifier of the resource that is the target of operations.
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