Configuration Class

Definition

Represents a Configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.ConfigurationTypeConverter))]
public class Configuration : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IConfiguration, Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.ConfigurationTypeConverter))>]
type Configuration = class
    interface IConfiguration
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
    interface IValidates
Public Class Configuration
Implements IConfiguration, IValidates
Inheritance
Configuration
Attributes
Implements

Constructors

Name Description
Configuration()

Creates an new Configuration instance.

Properties

Name Description
AllowedValue

Allowed values of the configuration.

DataType

Data type of the configuration.

DefaultValue

Default value of the configuration.

Description

Description of the configuration.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

IsConfigPendingRestart

If is the configuration pending restart or not.

IsDynamicConfig

If is the configuration dynamic.

IsReadOnly

If is the configuration read only.

Name

The name of the resource

ResourceGroupName

Gets the resource group name

Source

Source of the configuration.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Value

Value of the configuration.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Configuration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Configuration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.IConfiguration.

FromJsonString(String)

Creates a new instance of Configuration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Configuration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to