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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET