Condividi tramite


Configuration Class

Definition

Represents a Configuration.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Configuration : Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Configuration = class
    inherit ProxyResource
Public Class Configuration
Inherits ProxyResource
Inheritance
Configuration
Attributes

Constructors

Configuration()

Initializes a new instance of the Configuration class.

Configuration(String, String, String, 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.

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)
IsConfigPendingRestart

Gets if is the configuration pending restart or not. Possible values include: 'True', 'False'

IsDynamicConfig

Gets if is the configuration dynamic. Possible values include: 'True', 'False'

IsReadOnly

Gets if is the configuration read only. Possible values include: 'True', 'False'

Name

Gets the name of the resource

(Inherited from Resource)
Source

Gets or sets source of the configuration. Possible values include: 'system-default', 'user-override'

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