HybridDataPublicKeyResource Class
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.
A Class representing a HybridDataPublicKey along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a HybridDataPublicKeyResource from an instance of ArmClient using the GetHybridDataPublicKeyResource method. Otherwise you can get one from its parent resource HybridDataManagerResource using the GetHybridDataPublicKey method.
public class HybridDataPublicKeyResource : Azure.ResourceManager.ArmResource
type HybridDataPublicKeyResource = class
inherit ArmResource
Public Class HybridDataPublicKeyResource
Inherits ArmResource
- Inheritance
Constructors
HybridDataPublicKeyResource() |
Initializes a new instance of the HybridDataPublicKeyResource class for mocking. |
Fields
ResourceType |
Gets the resource type for the operations. |
Properties
Data |
Gets the data representing this Feature. |
HasData |
Gets whether or not the current instance has data. |
Methods
CreateResourceIdentifier(String, String, String, String) |
Generate the resource identifier of a HybridDataPublicKeyResource instance. |
Get(CancellationToken) |
This method gets the public keys.
|
GetAsync(CancellationToken) |
This method gets the public keys.
|
Applies to
Azure SDK for .NET