Configuration Class

Definition

Represents a Configuration.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Configuration : Microsoft.Azure.Management.MySQL.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)

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

Gets the name of the resource

(Inherited from Resource)
Source

Gets or sets source of the configuration.

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