NeonPostgresExtensions 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 to add extension methods to Azure.ResourceManager.NeonPostgres.
public static class NeonPostgresExtensions
type NeonPostgresExtensions = class
Public Module NeonPostgresExtensions
- Inheritance
-
NeonPostgresExtensions
Methods
GetNeonBranchResource(ArmClient, ResourceIdentifier) |
Gets an object representing a NeonBranchResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a NeonBranchResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNeonBranchResource(ResourceIdentifier) instead.</item> |
GetNeonOrganization(ResourceGroupResource, String, CancellationToken) |
Get a OrganizationResource
|
GetNeonOrganizationAsync(ResourceGroupResource, String, CancellationToken) |
Get a OrganizationResource
|
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. <item>MockingTo mock this method, please mock GetNeonOrganizationResource(ResourceIdentifier) instead.</item> |
GetNeonOrganizations(ResourceGroupResource) |
Gets a collection of NeonOrganizationResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetNeonOrganizations() instead.</item> |
GetNeonOrganizations(SubscriptionResource, CancellationToken) |
List OrganizationResource resources by subscription ID
|
GetNeonOrganizationsAsync(SubscriptionResource, CancellationToken) |
List OrganizationResource resources by subscription ID
|
GetNeonProjectResource(ArmClient, ResourceIdentifier) |
Gets an object representing a NeonProjectResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a NeonProjectResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNeonProjectResource(ResourceIdentifier) instead.</item> |
GetPostgresVersionsOrganization(ResourceGroupResource, PgVersion, CancellationToken) |
Action to retrieve the PostgreSQL versions.
|
GetPostgresVersionsOrganizationAsync(ResourceGroupResource, PgVersion, CancellationToken) |
Action to retrieve the PostgreSQL versions.
|