Configuration 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.
Represents a Configuration.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Configuration : Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Configuration = class
inherit ProxyResource
Public Class Configuration
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
Configuration() |
Initializes a new instance of the Configuration class. |
Configuration(String, String, String, String, String, String, String, String, String, SystemData) |
Initializes a new instance of the Configuration class. |
Properties
AllowedValues |
Gets allowed values of the configuration. |
DataType |
Gets data type of the configuration. Possible values include: 'Boolean', 'Numeric', 'Integer', 'Enumeration' |
DefaultValue |
Gets default value of the configuration. |
Description |
Gets description of the configuration. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Name |
Gets the name of the resource (Inherited from Resource) |
Source |
Gets or sets source of the configuration. |
SystemData |
Gets the system metadata relating to this resource. |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Value |
Gets or sets value of the configuration. |
Applies to
Azure SDK for .NET