ArmPostgreSqlFlexibleServersModelFactory.PostgreSqlFlexibleServerHighAvailability Method
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.
Initializes a new instance of PostgreSqlFlexibleServerHighAvailability.
public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerHighAvailability PostgreSqlFlexibleServerHighAvailability (Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerHighAvailabilityMode? mode = default, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerHAState? state = default, string standbyAvailabilityZone = default);
static member PostgreSqlFlexibleServerHighAvailability : Nullable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerHighAvailabilityMode> * Nullable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerHAState> * string -> Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerHighAvailability
Public Shared Function PostgreSqlFlexibleServerHighAvailability (Optional mode As Nullable(Of PostgreSqlFlexibleServerHighAvailabilityMode) = Nothing, Optional state As Nullable(Of PostgreSqlFlexibleServerHAState) = Nothing, Optional standbyAvailabilityZone As String = Nothing) As PostgreSqlFlexibleServerHighAvailability
Parameters
The HA mode for the server.
A state of a HA server that is visible to user.
- standbyAvailabilityZone
- String
availability zone information of the standby.
Returns
A new PostgreSqlFlexibleServerHighAvailability instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET