Dela via


NeonPostgresExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.NeonPostgres.

public static class NeonPostgresExtensions
type NeonPostgresExtensions = class
Public Module NeonPostgresExtensions
Inheritance
NeonPostgresExtensions

Methods

GetNeonOrganization(ResourceGroupResource, String, CancellationToken)

Get a OrganizationResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Neon.Postgres/organizations/{organizationName}
  • Operation Id: OrganizationResource_Get
  • Default Api Version: 2024-08-01-preview
  • Resource: NeonOrganizationResource
GetNeonOrganizationAsync(ResourceGroupResource, String, CancellationToken)

Get a OrganizationResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Neon.Postgres/organizations/{organizationName}
  • Operation Id: OrganizationResource_Get
  • Default Api Version: 2024-08-01-preview
  • Resource: NeonOrganizationResource
GetNeonOrganizationResource(ArmClient, ResourceIdentifier)

Gets an object representing a NeonOrganizationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a NeonOrganizationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetNeonOrganizationResource(ResourceIdentifier) instead.

GetNeonOrganizations(ResourceGroupResource)

Gets a collection of NeonOrganizationResources in the ResourceGroupResource. MockingTo mock this method, please mock GetNeonOrganizations() instead.

GetNeonOrganizations(SubscriptionResource, CancellationToken)

List OrganizationResource resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Neon.Postgres/organizations
  • Operation Id: OrganizationResource_ListBySubscription
  • Default Api Version: 2024-08-01-preview
  • Resource: NeonOrganizationResource
GetNeonOrganizationsAsync(SubscriptionResource, CancellationToken)

List OrganizationResource resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Neon.Postgres/organizations
  • Operation Id: OrganizationResource_ListBySubscription
  • Default Api Version: 2024-08-01-preview
  • Resource: NeonOrganizationResource

Applies to