Microsoft.WindowsAzure.Configuration.xml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.WindowsAzure.Configuration</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.CloudConfigurationManager">
            <summary>
            Configuration manager for accessing Microsoft Azure settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.CloudConfigurationManager.GetSetting(System.String,System.Boolean)">
            <summary>
            Gets a setting with the given name.
            </summary>
            <param name="name">Setting name.</param>
            <returns>Setting value or null if not found.</returns>
        </member>
        <member name="P:Microsoft.Azure.CloudConfigurationManager.AppSettings">
            <summary>
            Gets application settings.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Resources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Resources.ErrorArgumentEmptyString">
            <summary>
              Looks up a localized string similar to Argument &quot;{0}&quot; cannot be an empty string..
            </summary>
        </member>
        <member name="T:Microsoft.Azure.AzureApplicationSettings">
            <summary>
            Microsoft Azure settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.AzureApplicationSettings.#cctor">
            <summary>
            Initializes global application settings (such as writing to the Trace singleton)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.AzureApplicationSettings.#ctor">
            <summary>
            Initializes the settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.AzureApplicationSettings.IsMissingSettingException(System.Exception)">
            <summary>
            Checks whether the given exception represents an exception throws
            for a missing setting.
            </summary>
            <param name="e">Exception</param>
            <returns>True for the missing setting exception.</returns>
        </member>
        <member name="M:Microsoft.Azure.AzureApplicationSettings.GetSetting(System.String)">
            <summary>
            Gets a setting with the given name.
            </summary>
            <param name="name">Setting name.</param>
            <returns>Setting value or null if such setting does not exist.</returns>
        </member>
        <member name="M:Microsoft.Azure.AzureApplicationSettings.GetValue(System.String,System.String,System.Func{System.String,System.String})">
            <summary>
            Gets setting's value from the given provider.
            </summary>
            <param name="providerName">Provider name.</param>
            <param name="settingName">Setting name</param>
            <param name="getValue">Method to obtain given setting.</param>
            <returns>Setting value, or null if not found.</returns>
        </member>
        <member name="M:Microsoft.Azure.AzureApplicationSettings.GetServiceRuntimeSetting(System.String)">
            <summary>
            Gets a configuration setting from the service runtime.
            </summary>
            <param name="name">Setting name.</param>
            <returns>Setting value or null if not found.</returns>
        </member>
        <member name="M:Microsoft.Azure.AzureApplicationSettings.GetServiceRuntimeAssembly">
            <summary>
            Loads and returns the latest available version of the service
            runtime assembly.
            </summary>
            <returns>Loaded assembly, if any.</returns>
        </member>
        <member name="M:Microsoft.Azure.AzureApplicationSettings.WriteTraceLine(System.String)">
            <summary>
            Writes to trace output if WriteToTrace is true
            </summary>
            <param name="message">The message to write to Trace</param>
        </member>
        <member name="M:Microsoft.Azure.NativeMethods.GetAssemblyPath(System.String)">
            <summary>
            Gets an assembly path from the GAC given a partial name.
            </summary>
            <param name="name">An assembly partial name. May not be null.</param>
            <returns>
            The assembly path if found; otherwise null;
            </returns>
        </member>
    </members>
</doc>