ArmPostgreSqlFlexibleServersModelFactory.PostgreSqlFlexibleServerSupportedFeature 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 PostgreSqlFlexibleServerSupportedFeature.
public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerSupportedFeature PostgreSqlFlexibleServerSupportedFeature(string name = default, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerFeatureStatus? status = default);
static member PostgreSqlFlexibleServerSupportedFeature : string * Nullable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerFeatureStatus> -> Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerSupportedFeature
Public Shared Function PostgreSqlFlexibleServerSupportedFeature (Optional name As String = Nothing, Optional status As Nullable(Of PostgreSqlFlexibleServerFeatureStatus) = Nothing) As PostgreSqlFlexibleServerSupportedFeature
Parameters
- name
- String
Name of the feature.
Status of the feature. Indicates if the feature is enabled or not.
Returns
A new PostgreSqlFlexibleServerSupportedFeature instance for mocking.