Share via


HybridDataPublicKeyResource Class

Definition

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
HybridDataPublicKeyResource

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.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/publicKeys/{publicKeyName}
  • Operation Id: PublicKeys_Get
GetAsync(CancellationToken)

This method gets the public keys.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/publicKeys/{publicKeyName}
  • Operation Id: PublicKeys_Get

Applies to