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
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. 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
|
GetNeonOrganizationsAsync(SubscriptionResource, CancellationToken) |
List OrganizationResource resources by subscription ID
|
Applies to
Azure SDK for .NET