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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.