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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET