ICloudSettingsFormat Interface
Represents an interface for the Cloud settings format.
Namespace: Microsoft.WindowsAzure.Common
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public interface ICloudSettingsFormat
public interface class ICloudSettingsFormat
type ICloudSettingsFormat = interface end
Public Interface ICloudSettingsFormat
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the settings format. |
Methods
Name | Description | |
---|---|---|
Parse(String) | Converts the specified settings into a collection of strings. |
See Also
Microsoft.WindowsAzure.Common Namespace
Return to top