Module Values.GetAccountSettingRequestSource

Retrieves the account setting value for the specified setting name.

Sourcetype nonrec t = {
  1. name : AccountSettingName.t;
    (*

    The name of the account setting, such as BASIC_SCAN_TYPE_VERSION, REGISTRY_POLICY_SCOPE, or BLOB_MOUNTING.

    *)
}
Sourceval context_ : string
Sourceval make : name:AccountSettingName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AccountSettingName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t