FlexibleServersExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.PostgreSql.FlexibleServers.

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

Methods

Name Description
CheckPostgreSqlFlexibleServerNameAvailability(SubscriptionResource, PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken)

Checks the validity and availability of the given name, to assign it to a new server or to use it as the base name of a new pair of virtual endpoints. <item> Mocking. To mock this method, please mock CheckPostgreSqlFlexibleServerNameAvailability(PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken) instead. </item>

CheckPostgreSqlFlexibleServerNameAvailabilityAsync(SubscriptionResource, PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken)

Checks the validity and availability of the given name, to assign it to a new server or to use it as the base name of a new pair of virtual endpoints. <item> Mocking. To mock this method, please mock CheckPostgreSqlFlexibleServerNameAvailabilityAsync(PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken) instead. </item>

CheckPostgreSqlFlexibleServerNameAvailabilityWithLocation(SubscriptionResource, AzureLocation, PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken)

Check the availability of name for resource <item> Mocking. To mock this method, please mock CheckPostgreSqlFlexibleServerNameAvailabilityWithLocation(AzureLocation, PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken) instead. </item>

CheckPostgreSqlFlexibleServerNameAvailabilityWithLocationAsync(SubscriptionResource, AzureLocation, PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken)

Check the availability of name for resource <item> Mocking. To mock this method, please mock CheckPostgreSqlFlexibleServerNameAvailabilityWithLocationAsync(AzureLocation, PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken) instead. </item>

ExecuteGetPrivateDnsZoneSuffix(TenantResource, CancellationToken)

Gets the private DNS zone suffix.

ExecuteGetPrivateDnsZoneSuffixAsync(TenantResource, CancellationToken)

Gets the private DNS zone suffix.

ExecuteLocationBasedCapabilities(SubscriptionResource, AzureLocation, CancellationToken)

Lists the capabilities available in a given location for a specific subscription. <item> Mocking. To mock this method, please mock ExecuteLocationBasedCapabilities(AzureLocation, CancellationToken) instead. </item>

ExecuteLocationBasedCapabilitiesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Lists the capabilities available in a given location for a specific subscription. <item> Mocking. To mock this method, please mock ExecuteLocationBasedCapabilitiesAsync(AzureLocation, CancellationToken) instead. </item>

ExecuteVirtualNetworkSubnetUsage(SubscriptionResource, AzureLocation, PostgreSqlFlexibleServerVirtualNetworkSubnetUsageParameter, CancellationToken)

Lists the virtual network subnet usage for a given virtual network. <item> Mocking. To mock this method, please mock ExecuteVirtualNetworkSubnetUsage(AzureLocation, PostgreSqlFlexibleServerVirtualNetworkSubnetUsageParameter, CancellationToken) instead. </item>

ExecuteVirtualNetworkSubnetUsageAsync(SubscriptionResource, AzureLocation, PostgreSqlFlexibleServerVirtualNetworkSubnetUsageParameter, CancellationToken)

Lists the virtual network subnet usage for a given virtual network. <item> Mocking. To mock this method, please mock ExecuteVirtualNetworkSubnetUsageAsync(AzureLocation, PostgreSqlFlexibleServerVirtualNetworkSubnetUsageParameter, CancellationToken) instead. </item>

GetMaintenanceEventResource(ArmClient, ResourceIdentifier)

Gets an object representing a MaintenanceEventResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetMaintenanceEventResource(ResourceIdentifier) instead. </item>

GetMajorVersionUpgradePrecheckResource(ArmClient, ResourceIdentifier)

Gets an object representing a MajorVersionUpgradePrecheckResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetMajorVersionUpgradePrecheckResource(ResourceIdentifier) instead. </item>

GetPostgreSqlFlexibleServer(ResourceGroupResource, String, CancellationToken)

Gets information about an existing server. <item> Mocking. To mock this method, please mock GetPostgreSqlFlexibleServer(String, CancellationToken) instead. </item>

GetPostgreSqlFlexibleServerAsync(ResourceGroupResource, String, CancellationToken)

Gets information about an existing server. <item> Mocking. To mock this method, please mock GetPostgreSqlFlexibleServerAsync(String, CancellationToken) instead. </item>

GetPostgreSqlFlexibleServerBackupResource(ArmClient, ResourceIdentifier)

Gets an object representing a PostgreSqlFlexibleServerBackupResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetPostgreSqlFlexibleServerBackupResource(ResourceIdentifier) instead. </item>

GetPostgreSqlFlexibleServerConfigurationResource(ArmClient, ResourceIdentifier)

Gets an object representing a PostgreSqlFlexibleServerConfigurationResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetPostgreSqlFlexibleServerConfigurationResource(ResourceIdentifier) instead. </item>

GetPostgreSqlFlexibleServerDatabaseResource(ArmClient, ResourceIdentifier)

Gets an object representing a PostgreSqlFlexibleServerDatabaseResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetPostgreSqlFlexibleServerDatabaseResource(ResourceIdentifier) instead. </item>

GetPostgreSqlFlexibleServerFirewallRuleResource(ArmClient, ResourceIdentifier)

Gets an object representing a PostgreSqlFlexibleServerFirewallRuleResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetPostgreSqlFlexibleServerFirewallRuleResource(ResourceIdentifier) instead. </item>

GetPostgreSqlFlexibleServerMicrosoftEntraAdministratorResource(ArmClient, ResourceIdentifier)

Gets an object representing a PostgreSqlFlexibleServerMicrosoftEntraAdministratorResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetPostgreSqlFlexibleServerMicrosoftEntraAdministratorResource(ResourceIdentifier) instead. </item>

GetPostgreSqlFlexibleServerResource(ArmClient, ResourceIdentifier)

Gets an object representing a PostgreSqlFlexibleServerResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetPostgreSqlFlexibleServerResource(ResourceIdentifier) instead. </item>

GetPostgreSqlFlexibleServers(ResourceGroupResource)

Gets a collection of PostgreSqlFlexibleServers in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetPostgreSqlFlexibleServers() instead. </item>

GetPostgreSqlFlexibleServers(SubscriptionResource, CancellationToken)

Lists all servers in a subscription. <item> Mocking. To mock this method, please mock GetPostgreSqlFlexibleServers(CancellationToken) instead. </item>

GetPostgreSqlFlexibleServersAsync(SubscriptionResource, CancellationToken)

Lists all servers in a subscription. <item> Mocking. To mock this method, please mock GetPostgreSqlFlexibleServersAsync(CancellationToken) instead. </item>

GetPostgreSqlFlexibleServersPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a PostgreSqlFlexibleServersPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetPostgreSqlFlexibleServersPrivateEndpointConnectionResource(ResourceIdentifier) instead. </item>

GetPostgreSqlFlexibleServersPrivateLinkResource(ArmClient, ResourceIdentifier)

Gets an object representing a PostgreSqlFlexibleServersPrivateLinkResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetPostgreSqlFlexibleServersPrivateLinkResource(ResourceIdentifier) instead. </item>

GetPostgreSqlFlexibleServerTuningOptionResource(ArmClient, ResourceIdentifier)

Gets an object representing a PostgreSqlFlexibleServerTuningOptionResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetPostgreSqlFlexibleServerTuningOptionResource(ResourceIdentifier) instead. </item>

GetPostgreSqlLtrServerBackupOperationResource(ArmClient, ResourceIdentifier)

Gets an object representing a PostgreSqlLtrServerBackupOperationResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetPostgreSqlLtrServerBackupOperationResource(ResourceIdentifier) instead. </item>

GetPostgreSqlMigrationResource(ArmClient, ResourceIdentifier)

Gets an object representing a PostgreSqlMigrationResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetPostgreSqlMigrationResource(ResourceIdentifier) instead. </item>

GetQuotaUsages(SubscriptionResource, AzureLocation, CancellationToken)

Get quota usages at specified location in a given subscription. <item> Mocking. To mock this method, please mock GetQuotaUsages(AzureLocation, CancellationToken) instead. </item>

GetQuotaUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Get quota usages at specified location in a given subscription. <item> Mocking. To mock this method, please mock GetQuotaUsagesAsync(AzureLocation, CancellationToken) instead. </item>

GetServerThreatProtectionSettingsModelResource(ArmClient, ResourceIdentifier)

Gets an object representing a ServerThreatProtectionSettingsModelResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetServerThreatProtectionSettingsModelResource(ResourceIdentifier) instead. </item>

GetVirtualEndpointResource(ArmClient, ResourceIdentifier)

Gets an object representing a VirtualEndpointResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetVirtualEndpointResource(ResourceIdentifier) instead. </item>

Applies to