StorSimple/Microsoft.WindowsAzure.Management.StorSimple.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.WindowsAzure.Management.StorSimple</name>
    </assembly>
    <members>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.ConfigSplitHelper.ranks">
            <summary>
            Rank corresponds to number of objects which can be accomadeted in a single request of
            Import Legacy config. ACR, SAC, CHAP, VDG = 1, BW, BP = 3, DC = 4, Vol = 5
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ConfigSplitHelper.Split(Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig)">
            <summary>
            Splits the inputConfig in smaller chunks of a size which the service can accept
            </summary>
            <param name='inputConfig'>
            Required. The complete list of LegacyApplianceConfig parsed
            </param>
            <returns>
            The smaller chunks of LegacyApplianceConfig which the service can process
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ConfigSplitHelper.IsConfigEmpty(Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig)">
            <summary>
            Checks if the provided config is empty or not
            </summary>
            <param name='config'>
            Required. A LegacyApplianceConfig
            </param>
            <returns>
            The boolean specifying whether the config is empty or not
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ConfigSplitHelper.FindRank(System.Type)">
            <summary>
            Finds the rank of given object
            </summary>
            <param name='T'>
            Required. The Object Type
            </param>
            <returns>
            The rank of the object type
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ConfigSplitHelper.RemoveFirstNItems``1(System.Collections.Generic.List{``0},System.Int32)">
            <summary>
            Remove the first N items from a given list
            </summary>
            <param name='list'>
            Required. The Main List
            </param>
            /// <param name='count'>
            Required. The count of how many items to be removed.
            </param>
            <returns>
            The final list
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.IServiceSecretEncryptor">
            <summary>
            Call back interface used for encrypting the secrets before sending to HCS service
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigDecryptor.Decrypt(System.String,System.String)">
            <summary>
            Decrypt the legacy config file encrypted by AES algorithm
            </summary>
            <param name="decryptionKey">key for decryption</param>
            <param name="configFileName">config file name</param>
            <returns>Stream of decrypted data</returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser">
            <summary>
            Legacy appliance config parser
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.CloudTypeMap">
            <summary>
            Cloud Type Mapping of cofig xml strings to service enums.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.BackupTypeMap">
            <summary>
            Backup Type Mapping of cofig xml strings to service enums.
            Cloud clone is not supported hence mapped to invalid
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.AccessTypeMap">
            <summary>
            Access Type Mapping of cofig xml strings to service enums
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.AppTypeMap">
            <summary>
            Chunk size to app type mapping, if chunck size is 64K Volume is of type Primary, if it is 512K the volume is Archived.
            Only Primary and Archived volume is supported by newer appliance, all the other volume types supported by legacy appliance henceforth is
            mapped to default type which is Primary.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.#ctor(Microsoft.WindowsAzure.Management.StorSimple.IServiceSecretEncryptor)">
            <summary>
            LegacyApplianceConfig Parser constructor
            </summary>
            <param name="client">stor simple service client</param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.ParseLegacyApplianceConfig(System.String,System.String)">
            <summary>
            Parse legacy appliance config
            </summary>
            <param name="filePath">config file path</param>
            <param name="decryptionKey">key to decrypt the config file</param>
            <returns>legacy appliance config</returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.ToXmlDocument(System.Xml.Linq.XDocument)">
            <summary>
            Create and load XmlDocument from XDocument
            </summary>
            <param name="xDocument">Instance of XDocument</param>
            <returns>Instance of XmlDocument</returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.LoadAndValidateLegacyConfigXml(System.String,System.String)">
            <summary>
            Load the legacy appliance config and do basic validation
            </summary>
            <param name="configXmlFilePath">legacy appliance config</param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.AddMessage(Microsoft.WindowsAzure.Management.StorSimple.Customization.Models.LegacyObjectsSupported,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Customization.Models.MessageType)">
            <summary>
            Adds Parser message to message list, all custom messages are grouped and added based on object type and reason
            </summary>
            <param name="objectType">Legacy object supported by parser, whose message needs to be logged</param>
            <param name="reason">Global reason to be logged</param>
            <param name="customMessage">Customized message to be logged per logging instance</param>
            <param name="type">Message type indicating the severity of message to be displayed</param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.CreateXmlSchema(System.String)">
            <summary>
            Create xml schema for schema validation
            </summary>
            <param name="input">input schema</param>
            <returns>xml schema</returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.ValidateMinManagementVersion(System.Xml.Linq.XDocument)">
            <summary>
            Validate Management version
            </summary>
            <param name="doc">Xml document</param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.ProcessConfigs">
            <summary>
            Parse the legacy appliance xml config and do the post processing
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.GetSubElements(System.Xml.Linq.XElement,System.String)">
            <summary>
            Get subelements of the given element which matches the xml property name
            </summary>
            <param name="element">Parent xml element</param>
            <param name="xmlPropertyName">name of the subelement property</param>
            <returns>List of all subelements for the given element which matches the property name</returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.ConvertToSACResponse(Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredential)">
            <summary>
            Convert sac to sac response
            </summary>
            <param name="cred">Sac object to be converted</param>
            <returns>StorageAccountCredentialResponse object</returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.AddDefaultPolicyToVolumeGroupWithNoPolicy">
            <summary>
            Add Default policy for virtual disk groups which are not associated to any policy
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.CreateDefaultBackupPolicy(System.String,System.String)">
            <summary>
            Create default backup policy object
            </summary>
            <param name="virtualDiskGroupId">virtual disk group id associated with policy</param>
            <param name="policyName">Name of the policy to be created</param>
            <returns>Migration backup policy object</returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.FilterSupportedPolicy">
            <summary>
            Removes the backup policy and its associated virtual disk group which are not supported for migration
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.ParseScsiChapDataImpl(System.Xml.Linq.XElement)">
            <summary>
            Generic parser implementation for Scsi chap data
            </summary>
            <param name="scsiClapRootElement">scsi chap data root element</param>
            <returns>List of chap data settings</returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.ParseScsiOutBoundChapDataImpl(System.Xml.Linq.XElement)">
            <summary>
            Outbound chap setting parser
            </summary>
            <param name="scsiClapRootElement">out bound chap setting root</param>
            <returns>chap setting</returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.CreateDefaultBackupPolicySchedule">
            <summary>
            Create default backup schedule
            </summary>
            <param name="scheduleNodeElement">backup schedule node</param>
            <returns>Backup schedule</returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.ParseBackupScheduleImpl(System.Xml.Linq.XElement)">
            <summary>
            Parse the backup schedule
            </summary>
            <param name="scheduleNodeElement">schedule node</param>
            <returns>back up schedule</returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.ParseAccessControlRecords">
            <summary>
            Parse the access control records
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.ParseStorageAccountCredentials">
            <summary>
            Parse storage account credential
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.ParseBandwidthSettings">
            <summary>
            Parses the Bandwidth setting from Legacy appliance config
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.ParseDataContainers">
            <summary>
            Parse data container
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.ParseVirtualDisks">
            <summary>
            Parse virtual disk details
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.ParseVirtualDiskGroup">
            <summary>
            Parse Virtual disk group
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.ParseBackupPolicy">
            <summary>
            Parse the backup policy
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.ParseScsiChapSetting">
            <summary>
            Parse the inbound and target chap settings
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.ParseAlertSetting">
            <summary>
            Parse alert setting
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfigParser.ParserMessages">
            <summary>
            Gets the parser message
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatus">
            <summary>
            Class represents the List of ConfirmStatus for all data containers in a specific MigrationVolumeContainerConfirmStatus status
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationCommonModelFormatter.HcsMessageInfoToString(Microsoft.WindowsAzure.Management.StorSimple.Models.HcsMessageInfo)">
            <summary>
            Converts HcsMessageInfo to desired String output
            </summary>
            <param name="msgInfo">msg info o/p</param>
            <returns>display string</returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationCommonModelFormatter.IntendAndConCat(System.String,System.Object,System.Int32,System.String)">
            <summary>
            The API is used Concats the prefix and string representation of the object specified, seperated by delimiter with proper indentation b/w strings
            </summary>
            <param name="prefix">name of suffix object</param>
            <param name="suffix">object which needs to converted to string</param>
            <param name="maxLength">maxlength to which prefix should be indentented</param>
            <param name="delimiter">delimiter between the prefix and the object suffix</param>
            <returns>string formed by concatenating prefix and suffix</returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationCommonModelFormatter.ConcatStringList(System.Collections.Generic.List{System.String},System.String)">
            <summary>
            Concats all string specified in list seperated by the specified delimiter
            </summary>
            <param name="stringList">list of string to be concatenate</param>
            <param name="delimiter">delimiter b/w individual strings</param>
            <returns>single string formed by concatenating string in list</returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationCommonModelFormatter.FormatTimeSpan(System.TimeSpan)">
            <summary>
            Format the timespan
            </summary>
            <param name="span">time span to displayed</param>
            <returns>time span in string format</returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationCommonModelFormatter.GetResultMessage(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationJobStatus)">
            <summary>
            Gets Confirm migration success message to be displayed with error string obtained from service
            </summary>
            <param name="status">migration job status</param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatus.#ctor(Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatus.MigrationVolumeContainerConfirmStatus,Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationConfirmStatus)">
            <summary>
            Constructor - Constructs ConfirmMigrationStatus object of given statusType specified,
            by filtering from overallstatus list provided
            </summary>
            <param name="type">MigrationStatus of the list of stored</param>
            <param name="overallStatusList">overall migration status</param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatus.GetMigrationVolumeContainerConfirmStatus(Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerConfirmStatus)">
            <summary>
            Maps service enum to MigrationVolumeContainerConfirmStatus
            </summary>
            <param name="status">service confirm status enum</param>
            <returns>MigrationVolumeContainerConfirmStatus enum value corresponding to given service status</returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatus.CompareConfirmStatus(Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationContainerConfirmStatus,Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationContainerConfirmStatus)" -->
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatus.ToString">
            <summary>
            Overridden to displays the content in the desired format
            </summary>
            <returns>String representing confirm migration status in desired format</returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatus.ConfirmStatus">
            <summary>
            Gets or sets the list of confirmation status for volume container(s) in specified confirm state
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatus.Status">
            <summary>
            Gets or sets the confirm migration state
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatus.MigrationVolumeContainerConfirmStatus">
            <summary>
            Volume container Confirm migration status enums
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatusMsg">
            <summary>
            Overall Confirm Migration status msg for a specific config
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatusMsg.#ctor(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationConfirmStatus)">
            <summary>
            Constructs ConfirmMigrationStatusMsg to be returned as an output of Get-AzureStorSimpleVolumeContainerConfirmStatus cmdlet
            </summary>
            <param name="configID">config id</param>
            <param name="overallStatus">overall status of migration</param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatusMsg.LegacyConfigId">
            <summary>
            Gets or sets the config id whose volume container confirm status is fetched
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatusMsg.CommitComplete">
            <summary>
            Get or sets the overall confirm volume container status for the volume container(s) in Commit Completed state
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatusMsg.CommitInProgress">
            <summary>
            Get or sets the overall confirm volume container status for the volume container(s) in Commit inprogress state
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatusMsg.CommitFailed">
            <summary>
            Get or sets the overall confirm volume container status for the volume container(s) in Commit failed state
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatusMsg.RollbackComplete">
            <summary>
            Get or sets the overall confirm volume container status for the volume container(s) in Rollback completed state
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatusMsg.RollbackInProgress">
            <summary>
            Get or sets the overall confirm volume container status for the volume container(s) in Rollback inprogress state
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatusMsg.RollbackFailed">
            <summary>
            Get or sets the overall confirm volume container status for the volume container(s) in Rollback failed state
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.ConfirmMigrationStatusMsg.CommitOrRollbackNotStarted">
            <summary>
            Get or sets the overall confirm volume container status for the volume container(s) in Commit/Rollback not started state
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.DataContainerMigrationStatus">
            <summary>
            Volume container migration status for the containers imported by the specific config
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerMigrationStatus.#ctor(System.String,System.Collections.Generic.List{Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerStatus})">
            <summary>
            Constructs the overall volume container migration status object
            </summary>
            <param name="configId">ConfigId corresponding to current instance of migration</param>
            <param name="overallStatusList">Overall list of status obtained from service</param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.DataContainerMigrationStatus.LegacyConfigId">
            <summary>
            Gets or sets the config id whose volume container confirm status is fetched
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.DataContainerMigrationStatus.MigrationCompleted">
            <summary>
            Gets or sets the list of migration state for all volume containers whose MigrationState is Completed
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.DataContainerMigrationStatus.MigrationInprogress">
            <summary>
            Gets or sets the list of migration state for all volume containers whose MigrationState is InProgress
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.DataContainerMigrationStatus.MigrationFailed">
            <summary>
            Gets or sets the list of migration state for all volume containers whose MigrationState is Failed
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.DataContainerMigrationStatus.MigrationNotStarted">
            <summary>
            Gets or sets the list of migration state for all volume containers whose MigrationState is NotStarted
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfiguration">
            <summary>
            Legacy appliance configuration to be returned by import legacy config cmdlet
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfiguration.LegacyConfigId">
            <summary>
            Gets or sets the unique identifier for the config which being imported
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfiguration.ImportedOn">
            <summary>
            Gets or sets the local time at which config is imported
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfiguration.ConfigFile">
            <summary>
            Get or sets the name of the config file which is imported
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfiguration.TargetApplianceName">
            <summary>
            Gets or sets the name of target appliance
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfiguration.Details">
            <summary>
            Gets or sets the config metadata from legacy appliance which needs to be migrated
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceConfiguration.Result">
            <summary>
            Gets or sets the o/p result of import config
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.LegacyDataContainerMigrationStatus">
            <summary>
            Status migration for all data containers in one particular Migration state
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.LegacyDataContainerMigrationStatus.migrationState">
            <summary>
            Specified migration state
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyDataContainerMigrationStatus.#ctor(System.Collections.Generic.List{Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerStatus},Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationStatus)">
            <summary>
            Constructor - Constructs LegacyDataContainerMigrationStatus object of given MigrationStatus,
            by filtering from overall status list provided
            </summary>
            <param name="overallStatusList">overall migration status</param>
            <param name="type">MigrationStatus of the list of stored</param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyDataContainerMigrationStatus.ToString">
            <summary>
            Converts migration status to the desired formatted string
            </summary>
            <returns>Migration status as string in desired format</returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.LegacyDataContainerMigrationStatus.StatusList">
            <summary>
            List of migration status for the volume containers in the given migration state
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceDetails">
            <summary>
            Represents the parsed config metadata to be send as input for migration
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig">
            <summary>
            This class represents the parsed config to be imported.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig.#ctor">
            <summary>
            Initializes a new instance of the LegacyApplianceConfig class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig.AccessControlRecords">
            <summary>
            Required. Gets or sets the list of Access Control Records from
            config xml to be imported.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig.BackupPolicies">
            <summary>
            Required. Gets or sets list of back policies from config xml to be
            imported.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig.BandwidthSettings">
            <summary>
            Required. Gets or sets list of Bandwidth settings from config xml
            to be imported.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig.CloudConfigurations">
            <summary>
            Required. Gets or sets list of volume containers from config xml to
            be imported.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig.DeviceId">
            <summary>
            Required. Gets or sets target device id to which volume containers
            needs to be migrated.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig.InboundChapSettings">
            <summary>
            Optional. Gets or sets list of inbound chap settings from config
            xml to be imported.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig.InstanceId">
            <summary>
            Optional. Gets or sets the unique config id to be passed while
            importing the config details
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig.Name">
            <summary>
            Required. Gets or sets the name of the config
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig.OperationInProgress">
            <summary>
            Optional. Gets or sets a value which indicating whether any
            operation is in progress
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig.SerialNumber">
            <summary>
            Required. Gets or sets the serial number of the current sub-config
            entry when the config is splitted into smaller config and imported
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig.StorageAccountCredentials">
            <summary>
            Required. Gets or sets the list of storage account credentials from
            config xml to be imported.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig.TargetChapSettings">
            <summary>
            Optional. Gets or sets the list of target chap settings from
            config xml to be imported
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig.TotalCount">
            <summary>
            Required. Gets or sets the total count of sub-config entries to be
            imported, when the config splitted into smaller configs and
            imported
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig.VolumeGroups">
            <summary>
            Required. Gets or sets the list of Volume Groups (VirtualDiskGroup)
            from config xml to be imported
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig.Volumes">
            <summary>
            Required. Gets or sets the list of volumes (virtual disk) from
            config xml to be imported
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceDetails.ToString">
            <summary>
            Converts the configs in the desired formated string
            </summary>
            <returns>format content to be displayed</returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceDetails.UpdateRelatedVolumeContainerNames">
            <summary>
            Computed and updates the related volume containers which has to be migrated together
            </summary>
            <returns>list of related volume containers' name</returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceDetails.ComputedRelatedVolumeContainers">
            <summary>
            Computes the list of volume containers to be migrated together
            </summary>
            <returns>list of related volume container(s) which needs to be migrated together</returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceDetails.RunDFS(System.Boolean[0:,0:],Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceDetails.DataContainerInfo[],System.Int32,System.Collections.Generic.List{Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainer})">
            <summary>
            DFS algorithm to traverse through the volume container graph and returns dependent container list
            </summary>
            <param name="dcGraph">data container graph</param>
            <param name="dcArray">list of data containers</param>
            <param name="startingNode">starting node for traversal</param>
            <param name="traversedNodes">list of nodes already discovered from previous iteration (to start with this pass as empty)</param>
            <returns>dependent data container list</returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceDetails.RelatedCloudConfigurationNames">
            <summary>
            List of container names of volume containers to be migrated together
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.LegacyApplianceDetails.DataContainerInfo">
            <summary>
            Volume container node
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Customization.Models.LegacyObjectsSupported">
            <summary>
            Legacy objects supported by parser
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Customization.Models.LegacyParserMessage">
            <summary>
            Parser message
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Customization.Models.LegacyParserMessage.Type">
            <summary>
            Gets or sets Message type indicating the criticality of message to be displayed
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Customization.Models.LegacyParserMessage.ObjectType">
            <summary>
            Gets or sets Object type which can be parsed by the parser for which the message is logged
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Customization.Models.LegacyParserMessage.Reason">
            <summary>
            Gets or sets the common reason for which the message is logged
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Customization.Models.LegacyParserMessage.CustomMessageList">
            <summary>
            Gets or sets custom messages to be displayed
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Customization.Models.MessageType">
            <summary>
            Parser Message Type
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanInfoMsg">
            <summary>
            Migration plan per volume container
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanInfoMsg.#ctor(Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanInfo)">
            <summary>
            Constructs the migration plan, from the actual plan returned from service
            </summary>
            <param name="migrationPlanInfo">migration plan</param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanInfoMsg.GetPlanMessageInfo(System.Collections.Generic.List{Microsoft.WindowsAzure.Management.StorSimple.Models.HcsMessageInfo})">
            <summary>
            Prepares the recommendations/messages from the service
            </summary>
            <param name="planMessageInfoList">message from service</param>
            <returns>Recommendations/Messages from the service</returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanInfoMsg.ToString">
            <summary>
            Converts the migration plan per data container to a string of desired format
            </summary>
            <returns>The string representation of per data container migration plan in desired format</returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanInfoMsg.AssumedBandwidthInMbps">
            <summary>
            Gets or sets the bandwidth available (in MBps) while computing the estimate
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanInfoMsg.CloudConfigurationName">
            <summary>
            Gets or sets the volume container for which the estimated is done
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanInfoMsg.EstimatedTimeForAllBackups">
            <summary>
            Gets or sets the estimated time for entire backup sets of the given volume container to migrate
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanInfoMsg.EstimatedTimeForLargestBackup">
            <summary>
            Gets or sets the estimated time for migration of the largest backup in the given volume container
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanInfoMsg.PlanMessageInfo">
            <summary>
            Gets or sets the message/recommendation returned while estimating the plan
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanInfoMsg.Status">
            <summary>
            Status of migration plan
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanInfoMsgList">
            <summary>
            Class represents the list of migration plan in a particular status
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanInfoMsgList.#ctor(Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStatus)">
            <summary>
            Constructs MigrationPlanInfoMsgList of specified migration plan status
            </summary>
            <param name="status">migration plan status</param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanInfoMsgList.ToString">
            <summary>
            Converts migration plan list to string desired format
            </summary>
            <returns>migration plan list to string desired format</returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanInfoMsgList.MigrationTimeEstimationInfoList">
            <summary>
            Gets or sets the list of migration plan in the given state
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanInfoMsgList.MigrationTimeEstimationStatus">
            <summary>
            Gets or sets the migration estimation state
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.MigrationConfig">
            <summary>
            Represents the o/p of get all migration plan
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationConfig.#ctor(Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlan)">
            <summary>
            Constructs the migration config(s) imported
            </summary>
            <param name="migrationPlan">Migration Plan</param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.MigrationConfig.LegacyConfigId">
            <summary>
            Gets or sets Config uploaded
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.MigrationConfig.DeviceName">
            <summary>
            Gets or sets the target device name associated with config uploaded
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanMsg">
            <summary>
            Overall Migration plan for all data containers imported by the specific config
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanMsg.#ctor(Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlan)">
            <summary>
            Construct overall migration plan for a specified config
            </summary>
            <param name="migrationPlan"></param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanMsg.LegacyConfigId">
            <summary>
            Gets or sets the unique identifier of config whose migration plan is fetched
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanMsg.DeviceName">
            <summary>
            Gets or sets target device name
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanMsg.MigrationTimeEstimationCompleted">
            <summary>
            Gets or sets the plan(s) which are in completed state
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanMsg.MigrationTimeEstimationInProgress">
            <summary>
            Gets or set the plan(s) which are in progress state
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanMsg.MigrationTimeEstimationFailed">
            <summary>
            Gets or sets the plan(s) which are in failed state
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.MigrationPlanMsg.MigrationTimeEstimationNotStarted">
            <summary>
            Gets or sets the plan(s) which are in not started state
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.BackupOperations">
            <summary>
            All Operations related to Backup
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations">
            <summary>
            All Operations related to Backup
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.BeginCreatingBackupAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.BackupNowRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Begin a backup operation for the policyId and backupRequest
            specified.
            </summary>
            <param name='deviceId'>
            The device id for which the call will be made.
            </param>
            <param name='policyId'>
            The policy id for which the call will be made.
            </param>
            <param name='backupRequest'>
            Parameters supplied to the Begin Backup operation.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.BeginDeletingAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Begin deleting a backup set represented by the backSetId provided.
            </summary>
            <param name='deviceId'>
            The device id for which the call will be made.
            </param>
            <param name='backupSetId'>
            The backup set ID to delete.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.BeginRestoringAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.RestoreBackupRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Begin restoring a backup set.
            </summary>
            <param name='deviceId'>
            The device id for which the call will be made.
            </param>
            <param name='backupDetailsForRestore'>
            The details of the backup to be restored.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.CreateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.BackupNowRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            The device id for which the call will be made.
            </param>
            <param name='policyId'>
            The policy id for which the call will be made.
            </param>
            <param name='backupRequest'>
            Parameters supplied to the Begin Backup operation.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.DeleteAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            The device id for which the call will be made.
            </param>
            <param name='backupSetId'>
            The backup set ID to delete.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.GetAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            The device id for which the call will be made.
            </param>
            <param name='filterType'>
            If isAllSelected = true, then specify Volume or BackupPolicy here
            </param>
            <param name='isAllSelected'>
            To retrieve Volume or BackupPolicy or both
            </param>
            <param name='filterValue'>
            If isAllSelected = true then specify VolumeId or BackupPolicy here
            </param>
            <param name='startTime'>
            StartTime for filtering BackupSets
            </param>
            <param name='endTime'>
            EndTime for filtering BackupSets
            </param>
            <param name='skip'>
            Number of elements to be skipped as part of pagination
            </param>
            <param name='top'>
            Number of elements to retrieve in the current page
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list of BackupSets.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.RestoreAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.RestoreBackupRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Restore a backup set.
            </summary>
            <param name='deviceId'>
            The device id for which the call will be made.
            </param>
            <param name='backupDetailsForRestore'>
            The details of the backup to be restored.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperations.#ctor(Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient)">
            <summary>
            Initializes a new instance of the BackupOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperations.BeginCreatingBackupAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.BackupNowRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Begin a backup operation for the policyId and backupRequest
            specified.
            </summary>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyId'>
            Required. The policy id for which the call will be made.
            </param>
            <param name='backupRequest'>
            Required. Parameters supplied to the Begin Backup operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperations.BeginDeletingAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Begin deleting a backup set represented by the backSetId provided.
            </summary>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='backupSetId'>
            Required. The backup set ID to delete.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperations.BeginRestoringAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.RestoreBackupRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Begin restoring a backup set.
            </summary>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='backupDetailsForRestore'>
            Required. The details of the backup to be restored.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperations.CreateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.BackupNowRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyId'>
            Required. The policy id for which the call will be made.
            </param>
            <param name='backupRequest'>
            Required. Parameters supplied to the Begin Backup operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperations.DeleteAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='backupSetId'>
            Required. The backup set ID to delete.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperations.GetAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='filterType'>
            Optional. If isAllSelected = true, then specify Volume or
            BackupPolicy here
            </param>
            <param name='isAllSelected'>
            Required. To retrieve Volume or BackupPolicy or both
            </param>
            <param name='filterValue'>
            Optional. If isAllSelected = true then specify VolumeId or
            BackupPolicy here
            </param>
            <param name='startTime'>
            Optional. StartTime for filtering BackupSets
            </param>
            <param name='endTime'>
            Optional. EndTime for filtering BackupSets
            </param>
            <param name='skip'>
            Optional. Number of elements to be skipped as part of pagination
            </param>
            <param name='top'>
            Optional. Number of elements to retrieve in the current page
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list of BackupSets.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperations.RestoreAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.RestoreBackupRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Restore a backup set.
            </summary>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='backupDetailsForRestore'>
            Required. The details of the backup to be restored.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.BackupOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.BackupOperationsExtensions">
            <summary>
            This is an RESTFul API to manage you StorSimple Objects
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperationsExtensions.BeginCreatingBackup(Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.BackupNowRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Begin a backup operation for the policyId and backupRequest
            specified.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyId'>
            Required. The policy id for which the call will be made.
            </param>
            <param name='backupRequest'>
            Required. Parameters supplied to the Begin Backup operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperationsExtensions.BeginCreatingBackupAsync(Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.BackupNowRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Begin a backup operation for the policyId and backupRequest
            specified.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyId'>
            Required. The policy id for which the call will be made.
            </param>
            <param name='backupRequest'>
            Required. Parameters supplied to the Begin Backup operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperationsExtensions.BeginDeleting(Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Begin deleting a backup set represented by the backSetId provided.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='backupSetId'>
            Required. The backup set ID to delete.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperationsExtensions.BeginDeletingAsync(Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Begin deleting a backup set represented by the backSetId provided.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='backupSetId'>
            Required. The backup set ID to delete.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperationsExtensions.BeginRestoring(Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.RestoreBackupRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Begin restoring a backup set.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='backupDetailsForRestore'>
            Required. The details of the backup to be restored.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperationsExtensions.BeginRestoringAsync(Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.RestoreBackupRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Begin restoring a backup set.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='backupDetailsForRestore'>
            Required. The details of the backup to be restored.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperationsExtensions.Create(Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.BackupNowRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyId'>
            Required. The policy id for which the call will be made.
            </param>
            <param name='backupRequest'>
            Required. Parameters supplied to the Begin Backup operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.BackupNowRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyId'>
            Required. The policy id for which the call will be made.
            </param>
            <param name='backupRequest'>
            Required. Parameters supplied to the Begin Backup operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='backupSetId'>
            Required. The backup set ID to delete.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='backupSetId'>
            Required. The backup set ID to delete.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperationsExtensions.Get(Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='filterType'>
            Optional. If isAllSelected = true, then specify Volume or
            BackupPolicy here
            </param>
            <param name='isAllSelected'>
            Required. To retrieve Volume or BackupPolicy or both
            </param>
            <param name='filterValue'>
            Optional. If isAllSelected = true then specify VolumeId or
            BackupPolicy here
            </param>
            <param name='startTime'>
            Optional. StartTime for filtering BackupSets
            </param>
            <param name='endTime'>
            Optional. EndTime for filtering BackupSets
            </param>
            <param name='skip'>
            Optional. Number of elements to be skipped as part of pagination
            </param>
            <param name='top'>
            Optional. Number of elements to retrieve in the current page
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for the list of BackupSets.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='filterType'>
            Optional. If isAllSelected = true, then specify Volume or
            BackupPolicy here
            </param>
            <param name='isAllSelected'>
            Required. To retrieve Volume or BackupPolicy or both
            </param>
            <param name='filterValue'>
            Optional. If isAllSelected = true then specify VolumeId or
            BackupPolicy here
            </param>
            <param name='startTime'>
            Optional. StartTime for filtering BackupSets
            </param>
            <param name='endTime'>
            Optional. EndTime for filtering BackupSets
            </param>
            <param name='skip'>
            Optional. Number of elements to be skipped as part of pagination
            </param>
            <param name='top'>
            Optional. Number of elements to retrieve in the current page
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for the list of BackupSets.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperationsExtensions.Restore(Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.RestoreBackupRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Restore a backup set.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='backupDetailsForRestore'>
            Required. The details of the backup to be restored.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupOperationsExtensions.RestoreAsync(Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.RestoreBackupRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Restore a backup set.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='backupDetailsForRestore'>
            Required. The details of the backup to be restored.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperations">
            <summary>
            All Operations related to Backup policies
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations">
            <summary>
            All Operations related to Backup policies
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.BeginCreatingBackupPolicyAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.NewBackupPolicyConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            The BeginCreatingBackupPolicy operation creates a new backup policy
            for this given volume with the given schedules.
            </summary>
            <param name='deviceId'>
            The device id for which the call will be made.
            </param>
            <param name='backupPolicy'>
            Parameters supplied to the Create Backup Policy operation.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.BeginDeletingAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Begin deleting a backup policy represented by the policyId provided.
            </summary>
            <param name='deviceId'>
            The device id for which the call will be made.
            </param>
            <param name='policyId'>
            The backup policy ID to delete.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.BeginUpdatingBackupPolicyAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            The BeginUpdatingBackupPolicy operation updates a backup policy
            represented by policyId for this given volume with the given
            schedules.
            </summary>
            <param name='deviceId'>
            The device id for which the call will be made.
            </param>
            <param name='policyId'>
            The backup policy ID to update.
            </param>
            <param name='policyInfo'>
            Parameters supplied to the Update Backup Policy operation.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.NewBackupPolicyConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            The device id for which the call will be made.
            </param>
            <param name='backupPolicy'>
            Parameters supplied to the Create Backup Policy operation.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.DeleteAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            The device id for which the call will be made.
            </param>
            <param name='policyId'>
            The backup policy ID to delete.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.GetBackupPolicyDetailsByNameAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            The device id for which the call will be made.
            </param>
            <param name='policyName'>
            The name of the policy to fetch backup policy details by.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list of backup policies.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.ListAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            The device id for which the call will be made.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list of backup policies.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.UpdateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            The device id for which the call will be made.
            </param>
            <param name='policyId'>
            The backup policy ID to update.
            </param>
            <param name='policyInfo'>
            Parameters supplied to the Create Backup Policy operation.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperations.#ctor(Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient)">
            <summary>
            Initializes a new instance of the BackupPolicyOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperations.BeginCreatingBackupPolicyAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.NewBackupPolicyConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            The BeginCreatingBackupPolicy operation creates a new backup policy
            for this given volume with the given schedules.
            </summary>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='backupPolicy'>
            Required. Parameters supplied to the Create Backup Policy operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperations.BeginDeletingAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Begin deleting a backup policy represented by the policyId provided.
            </summary>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyId'>
            Required. The backup policy ID to delete.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperations.BeginUpdatingBackupPolicyAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            The BeginUpdatingBackupPolicy operation updates a backup policy
            represented by policyId for this given volume with the given
            schedules.
            </summary>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyId'>
            Required. The backup policy ID to update.
            </param>
            <param name='policyInfo'>
            Required. Parameters supplied to the Update Backup Policy operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.NewBackupPolicyConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='backupPolicy'>
            Required. Parameters supplied to the Create Backup Policy operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperations.DeleteAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyId'>
            Required. The backup policy ID to delete.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperations.GetBackupPolicyDetailsByNameAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyName'>
            Required. The name of the policy to fetch backup policy details by.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list of backup policies.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperations.ListAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list of backup policies.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperations.UpdateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyId'>
            Required. The backup policy ID to update.
            </param>
            <param name='policyInfo'>
            Required. Parameters supplied to the Create Backup Policy operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperationsExtensions">
            <summary>
            This is an RESTFul API to manage you StorSimple Objects
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperationsExtensions.BeginCreatingBackupPolicy(Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.NewBackupPolicyConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            The BeginCreatingBackupPolicy operation creates a new backup policy
            for this given volume with the given schedules.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='backupPolicy'>
            Required. Parameters supplied to the Create Backup Policy operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperationsExtensions.BeginCreatingBackupPolicyAsync(Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.NewBackupPolicyConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            The BeginCreatingBackupPolicy operation creates a new backup policy
            for this given volume with the given schedules.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='backupPolicy'>
            Required. Parameters supplied to the Create Backup Policy operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperationsExtensions.BeginDeleting(Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Begin deleting a backup policy represented by the policyId provided.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyId'>
            Required. The backup policy ID to delete.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperationsExtensions.BeginDeletingAsync(Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Begin deleting a backup policy represented by the policyId provided.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyId'>
            Required. The backup policy ID to delete.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperationsExtensions.BeginUpdatingBackupPolicy(Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            The BeginUpdatingBackupPolicy operation updates a backup policy
            represented by policyId for this given volume with the given
            schedules.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyId'>
            Required. The backup policy ID to update.
            </param>
            <param name='policyInfo'>
            Required. Parameters supplied to the Update Backup Policy operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperationsExtensions.BeginUpdatingBackupPolicyAsync(Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            The BeginUpdatingBackupPolicy operation updates a backup policy
            represented by policyId for this given volume with the given
            schedules.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyId'>
            Required. The backup policy ID to update.
            </param>
            <param name='policyInfo'>
            Required. Parameters supplied to the Update Backup Policy operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperationsExtensions.Create(Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.NewBackupPolicyConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='backupPolicy'>
            Required. Parameters supplied to the Create Backup Policy operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.NewBackupPolicyConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='backupPolicy'>
            Required. Parameters supplied to the Create Backup Policy operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyId'>
            Required. The backup policy ID to delete.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyId'>
            Required. The backup policy ID to delete.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperationsExtensions.GetBackupPolicyDetailsByName(Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyName'>
            Required. The name of the policy to fetch backup policy details by.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for the list of backup policies.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperationsExtensions.GetBackupPolicyDetailsByNameAsync(Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyName'>
            Required. The name of the policy to fetch backup policy details by.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for the list of backup policies.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperationsExtensions.List(Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for the list of backup policies.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for the list of backup policies.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperationsExtensions.Update(Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyId'>
            Required. The backup policy ID to update.
            </param>
            <param name='policyInfo'>
            Required. Parameters supplied to the Create Backup Policy operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.BackupPolicyOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IBackupPolicyOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='policyId'>
            Required. The backup policy ID to update.
            </param>
            <param name='policyInfo'>
            Required. Parameters supplied to the Create Backup Policy operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.CloneVolumeOperations">
            <summary>
            All Operations related to CloneVolume (see
            http://msdn.microsoft.com/en-us/library/azure/FILLTHISPART.aspx for
            more information)
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.ICloneVolumeOperations">
            <summary>
            All Operations related to CloneVolume (see
            http://msdn.microsoft.com/en-us/library/azure/FILLTHISPART.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ICloneVolumeOperations.TriggerAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.TriggerCloneRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Clone a backup element.
            </summary>
            <param name='sourceDeviceId'>
            The identifier of the source device from which clone is to be
            triggered
            </param>
            <param name='triggerCloneRequest'>
            The parameters required for clone operation
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Job Response for all Device Job Related Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.CloneVolumeOperations.#ctor(Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient)">
            <summary>
            Initializes a new instance of the CloneVolumeOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.CloneVolumeOperations.TriggerAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.TriggerCloneRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Clone a backup element.
            </summary>
            <param name='sourceDeviceId'>
            Required. The identifier of the source device from which clone is
            to be triggered
            </param>
            <param name='triggerCloneRequest'>
            Required. The parameters required for clone operation
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Job Response for all Device Job Related Calls
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.CloneVolumeOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.CloneVolumeOperationsExtensions">
            <summary>
            This is an RESTFul API to manage you StorSimple Objects
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.CloneVolumeOperationsExtensions.Trigger(Microsoft.WindowsAzure.Management.StorSimple.ICloneVolumeOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.TriggerCloneRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Clone a backup element.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.ICloneVolumeOperations.
            </param>
            <param name='sourceDeviceId'>
            Required. The identifier of the source device from which clone is
            to be triggered
            </param>
            <param name='triggerCloneRequest'>
            Required. The parameters required for clone operation
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use
            </param>
            <returns>
            This is the Job Response for all Device Job Related Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.CloneVolumeOperationsExtensions.TriggerAsync(Microsoft.WindowsAzure.Management.StorSimple.ICloneVolumeOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.TriggerCloneRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Clone a backup element.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.ICloneVolumeOperations.
            </param>
            <param name='sourceDeviceId'>
            Required. The identifier of the source device from which clone is
            to be triggered
            </param>
            <param name='triggerCloneRequest'>
            Required. The parameters required for clone operation
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use
            </param>
            <returns>
            This is the Job Response for all Device Job Related Calls
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperations">
            <summary>
            All Operations related to Volume Containers
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations">
            <summary>
            All Operations related to Volume Containers
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations.BeginCreatingAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            The Begin Creating Volume Container operation creates a new volume
            container.
            </summary>
            <param name='deviceId'>
            device id
            </param>
            <param name='containerDetails'>
            Parameters supplied to the Begin Creating Volume Container
            operation.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations.BeginDeletingAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            The Begin Deleting Volume Container operation deletes the specified
            volume container.
            </summary>
            <param name='deviceId'>
            device id
            </param>
            <param name='dataContainerId'>
            id of data container which needs to be deleted
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            device id
            </param>
            <param name='containerDetails'>
            Parameters supplied to the Create Volume Container operation.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations.DeleteAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            device id
            </param>
            <param name='dataContainerId'>
            id of data container which needs to be deleted
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations.GetAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get of data containers.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations.ListAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list of data containers.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperations.#ctor(Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient)">
            <summary>
            Initializes a new instance of the DataContainerOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperations.BeginCreatingAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            The Begin Creating Volume Container operation creates a new volume
            container.
            </summary>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='containerDetails'>
            Required. Parameters supplied to the Begin Creating Volume
            Container operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperations.BeginDeletingAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            The Begin Deleting Volume Container operation deletes the specified
            volume container.
            </summary>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='dataContainerId'>
            Required. id of data container which needs to be deleted
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='containerDetails'>
            Required. Parameters supplied to the Create Volume Container
            operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperations.DeleteAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='dataContainerId'>
            Required. id of data container which needs to be deleted
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperations.GetAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Optional.
            </param>
            <param name='dataContainerName'>
            Optional.
            </param>
            <param name='customRequestHeaders'>
            Optional.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get of data containers.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperations.ListAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Optional.
            </param>
            <param name='customRequestHeaders'>
            Optional.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list of data containers.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperationsExtensions">
            <summary>
            This is an RESTFul API to manage you StorSimple Objects
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperationsExtensions.BeginCreating(Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            The Begin Creating Volume Container operation creates a new volume
            container.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='containerDetails'>
            Required. Parameters supplied to the Begin Creating Volume
            Container operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperationsExtensions.BeginCreatingAsync(Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            The Begin Creating Volume Container operation creates a new volume
            container.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='containerDetails'>
            Required. Parameters supplied to the Begin Creating Volume
            Container operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperationsExtensions.BeginDeleting(Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            The Begin Deleting Volume Container operation deletes the specified
            volume container.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='dataContainerId'>
            Required. id of data container which needs to be deleted
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperationsExtensions.BeginDeletingAsync(Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            The Begin Deleting Volume Container operation deletes the specified
            volume container.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='dataContainerId'>
            Required. id of data container which needs to be deleted
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperationsExtensions.Create(Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='containerDetails'>
            Required. Parameters supplied to the Create Volume Container
            operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='containerDetails'>
            Required. Parameters supplied to the Create Volume Container
            operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='dataContainerId'>
            Required. id of data container which needs to be deleted
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='dataContainerId'>
            Required. id of data container which needs to be deleted
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperationsExtensions.Get(Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations.
            </param>
            <param name='deviceId'>
            Optional.
            </param>
            <param name='dataContainerName'>
            Optional.
            </param>
            <param name='customRequestHeaders'>
            Optional.
            </param>
            <returns>
            The response model for the get of data containers.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations.
            </param>
            <param name='deviceId'>
            Optional.
            </param>
            <param name='dataContainerName'>
            Optional.
            </param>
            <param name='customRequestHeaders'>
            Optional.
            </param>
            <returns>
            The response model for the get of data containers.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperationsExtensions.List(Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations.
            </param>
            <param name='deviceId'>
            Optional.
            </param>
            <param name='customRequestHeaders'>
            Optional.
            </param>
            <returns>
            The response model for the list of data containers.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DataContainerOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDataContainerOperations.
            </param>
            <param name='deviceId'>
            Optional.
            </param>
            <param name='customRequestHeaders'>
            Optional.
            </param>
            <returns>
            The response model for the list of data containers.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.DeviceDetailsOperations">
            <summary>
            All Operations related to Device Details
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.IDeviceDetailsOperations">
            <summary>
            All Operations related to Device Details
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IDeviceDetailsOperations.BeginUpdateDeviceDetailsAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Begin task for updating device details as specified by
            deviceDetails. The task can then be tracked for completion using
            returned task information
            </summary>
            <param name='deviceDetails'>
            Updated DeviceDetails. Contains the corresponding DeviceId
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IDeviceDetailsOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            The device id for which the call will be made.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for device details.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IDeviceDetailsOperations.UpdateDeviceDetailsAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Update device details as specified by deviceDetails
            </summary>
            <param name='deviceDetails'>
            Updated DeviceDetails. Contains the corresponding DeviceId
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceDetailsOperations.#ctor(Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient)">
            <summary>
            Initializes a new instance of the DeviceDetailsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceDetailsOperations.BeginUpdateDeviceDetailsAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Begin task for updating device details as specified by
            deviceDetails. The task can then be tracked for completion using
            returned task information
            </summary>
            <param name='deviceDetails'>
            Required. Updated DeviceDetails. Contains the corresponding DeviceId
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceDetailsOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for device details.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceDetailsOperations.UpdateDeviceDetailsAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Update device details as specified by deviceDetails
            </summary>
            <param name='deviceDetails'>
            Required. Updated DeviceDetails. Contains the corresponding DeviceId
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.DeviceDetailsOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.DeviceDetailsOperationsExtensions">
            <summary>
            This is an RESTFul API to manage you StorSimple Objects
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceDetailsOperationsExtensions.BeginUpdateDeviceDetails(Microsoft.WindowsAzure.Management.StorSimple.IDeviceDetailsOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Begin task for updating device details as specified by
            deviceDetails. The task can then be tracked for completion using
            returned task information
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDeviceDetailsOperations.
            </param>
            <param name='deviceDetails'>
            Required. Updated DeviceDetails. Contains the corresponding DeviceId
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceDetailsOperationsExtensions.BeginUpdateDeviceDetailsAsync(Microsoft.WindowsAzure.Management.StorSimple.IDeviceDetailsOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Begin task for updating device details as specified by
            deviceDetails. The task can then be tracked for completion using
            returned task information
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDeviceDetailsOperations.
            </param>
            <param name='deviceDetails'>
            Required. Updated DeviceDetails. Contains the corresponding DeviceId
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceDetailsOperationsExtensions.Get(Microsoft.WindowsAzure.Management.StorSimple.IDeviceDetailsOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDeviceDetailsOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for device details.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceDetailsOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.StorSimple.IDeviceDetailsOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDeviceDetailsOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for device details.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceDetailsOperationsExtensions.UpdateDeviceDetails(Microsoft.WindowsAzure.Management.StorSimple.IDeviceDetailsOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Update device details as specified by deviceDetails
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDeviceDetailsOperations.
            </param>
            <param name='deviceDetails'>
            Required. Updated DeviceDetails. Contains the corresponding DeviceId
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceDetailsOperationsExtensions.UpdateDeviceDetailsAsync(Microsoft.WindowsAzure.Management.StorSimple.IDeviceDetailsOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Update device details as specified by deviceDetails
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDeviceDetailsOperations.
            </param>
            <param name='deviceDetails'>
            Required. Updated DeviceDetails. Contains the corresponding DeviceId
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.DeviceFailoverOperations">
            <summary>
            All Operations related to Device Failover
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.IDeviceFailoverOperations">
            <summary>
            All Operations related to Device Failover
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IDeviceFailoverOperations.ListDCGroupsAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response model for DataContainerGroups Get call
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IDeviceFailoverOperations.TriggerAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceFailoverRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Trigger device failover.
            </summary>
            <param name='deviceId'>
            The device identifier
            </param>
            <param name='drRequest'>
            The details of the device failover request.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Job Response for all Device Job Related Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceFailoverOperations.#ctor(Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient)">
            <summary>
            Initializes a new instance of the DeviceFailoverOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceFailoverOperations.ListDCGroupsAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Optional.
            </param>
            <param name='customRequestHeaders'>
            Optional.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response model for DataContainerGroups Get call
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceFailoverOperations.TriggerAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceFailoverRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Trigger device failover.
            </summary>
            <param name='deviceId'>
            Required. The device identifier
            </param>
            <param name='drRequest'>
            Required. The details of the device failover request.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Job Response for all Device Job Related Calls
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.DeviceFailoverOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.DeviceFailoverOperationsExtensions">
            <summary>
            This is an RESTFul API to manage you StorSimple Objects
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceFailoverOperationsExtensions.ListDCGroups(Microsoft.WindowsAzure.Management.StorSimple.IDeviceFailoverOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDeviceFailoverOperations.
            </param>
            <param name='deviceId'>
            Optional.
            </param>
            <param name='customRequestHeaders'>
            Optional.
            </param>
            <returns>
            Represents the response model for DataContainerGroups Get call
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceFailoverOperationsExtensions.ListDCGroupsAsync(Microsoft.WindowsAzure.Management.StorSimple.IDeviceFailoverOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDeviceFailoverOperations.
            </param>
            <param name='deviceId'>
            Optional.
            </param>
            <param name='customRequestHeaders'>
            Optional.
            </param>
            <returns>
            Represents the response model for DataContainerGroups Get call
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceFailoverOperationsExtensions.Trigger(Microsoft.WindowsAzure.Management.StorSimple.IDeviceFailoverOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceFailoverRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Trigger device failover.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDeviceFailoverOperations.
            </param>
            <param name='deviceId'>
            Required. The device identifier
            </param>
            <param name='drRequest'>
            Required. The details of the device failover request.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Job Response for all Device Job Related Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceFailoverOperationsExtensions.TriggerAsync(Microsoft.WindowsAzure.Management.StorSimple.IDeviceFailoverOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceFailoverRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Trigger device failover.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDeviceFailoverOperations.
            </param>
            <param name='deviceId'>
            Required. The device identifier
            </param>
            <param name='drRequest'>
            Required. The details of the device failover request.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Job Response for all Device Job Related Calls
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.DeviceJobOperations">
            <summary>
            All Operations related to Device Jobs
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations">
            <summary>
            All Operations related to Device Jobs
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations.BeginUpdateDeviceJobAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateDeviceJobRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Begin async task to update a device job.
            </summary>
            <param name='deviceId'>
            id of device
            </param>
            <param name='jobId'>
            id of job to update
            </param>
            <param name='updateRequest'>
            Request data, contains the action to be taken
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations.GetAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Int32,System.Int32,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Device id of device of jobs
            </param>
            <param name='jobType'>
            Type of deviceJob
            </param>
            <param name='jobStatus'>
            Status of job
            </param>
            <param name='jobId'>
            Id of job
            </param>
            <param name='startTime'>
            Job start time, in ISO 8601 format 'yyyy'-'MM'-'dd'T'HH':'mm':'ss'
            </param>
            <param name='endTime'>
            Job end time, in ISO 8601 format 'yyyy'-'MM'-'dd'T'HH':'mm':'ss'
            </param>
            <param name='skip'>
            Pagination parameter. The number of entries to skip, i.e. index of
            the first entry to be returned
            </param>
            <param name='top'>
            Pagination parameter. The number of entries to return after
            skipping the 'skip' number of entries
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response model of Get Query for a Device Job
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations.UpdateDeviceJobAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateDeviceJobRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Update a device job
            </summary>
            <param name='deviceId'>
            id of device
            </param>
            <param name='jobId'>
            id of job to update
            </param>
            <param name='updateRequest'>
            Request data, contains the action to be taken
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceJobOperations.#ctor(Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient)">
            <summary>
            Initializes a new instance of the DeviceJobOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceJobOperations.BeginUpdateDeviceJobAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateDeviceJobRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Begin async task to update a device job.
            </summary>
            <param name='deviceId'>
            Required. id of device
            </param>
            <param name='jobId'>
            Required. id of job to update
            </param>
            <param name='updateRequest'>
            Required. Request data, contains the action to be taken
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceJobOperations.GetAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Int32,System.Int32,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Optional. Device id of device of jobs
            </param>
            <param name='jobType'>
            Optional. Type of deviceJob
            </param>
            <param name='jobStatus'>
            Optional. Status of job
            </param>
            <param name='jobId'>
            Optional. Id of job
            </param>
            <param name='startTime'>
            Optional. Job start time, in ISO 8601 format
            'yyyy'-'MM'-'dd'T'HH':'mm':'ss'
            </param>
            <param name='endTime'>
            Optional. Job end time, in ISO 8601 format
            'yyyy'-'MM'-'dd'T'HH':'mm':'ss'
            </param>
            <param name='skip'>
            Required. Pagination parameter. The number of entries to skip, i.e.
            index of the first entry to be returned
            </param>
            <param name='top'>
            Required. Pagination parameter. The number of entries to return
            after skipping the 'skip' number of entries
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response model of Get Query for a Device Job
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceJobOperations.UpdateDeviceJobAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateDeviceJobRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Update a device job
            </summary>
            <param name='deviceId'>
            Required. id of device
            </param>
            <param name='jobId'>
            Required. id of job to update
            </param>
            <param name='updateRequest'>
            Required. Request data, contains the action to be taken
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.DeviceJobOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.DeviceJobOperationsExtensions">
            <summary>
            This is an RESTFul API to manage you StorSimple Objects
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceJobOperationsExtensions.BeginUpdateDeviceJob(Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateDeviceJobRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Begin async task to update a device job.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations.
            </param>
            <param name='deviceId'>
            Required. id of device
            </param>
            <param name='jobId'>
            Required. id of job to update
            </param>
            <param name='updateRequest'>
            Required. Request data, contains the action to be taken
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceJobOperationsExtensions.BeginUpdateDeviceJobAsync(Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateDeviceJobRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Begin async task to update a device job.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations.
            </param>
            <param name='deviceId'>
            Required. id of device
            </param>
            <param name='jobId'>
            Required. id of job to update
            </param>
            <param name='updateRequest'>
            Required. Request data, contains the action to be taken
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceJobOperationsExtensions.Get(Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations,System.String,System.String,System.String,System.String,System.String,System.String,System.Int32,System.Int32,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations.
            </param>
            <param name='deviceId'>
            Optional. Device id of device of jobs
            </param>
            <param name='jobType'>
            Optional. Type of deviceJob
            </param>
            <param name='jobStatus'>
            Optional. Status of job
            </param>
            <param name='jobId'>
            Optional. Id of job
            </param>
            <param name='startTime'>
            Optional. Job start time, in ISO 8601 format
            'yyyy'-'MM'-'dd'T'HH':'mm':'ss'
            </param>
            <param name='endTime'>
            Optional. Job end time, in ISO 8601 format
            'yyyy'-'MM'-'dd'T'HH':'mm':'ss'
            </param>
            <param name='skip'>
            Required. Pagination parameter. The number of entries to skip, i.e.
            index of the first entry to be returned
            </param>
            <param name='top'>
            Required. Pagination parameter. The number of entries to return
            after skipping the 'skip' number of entries
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Response model of Get Query for a Device Job
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceJobOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations,System.String,System.String,System.String,System.String,System.String,System.String,System.Int32,System.Int32,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations.
            </param>
            <param name='deviceId'>
            Optional. Device id of device of jobs
            </param>
            <param name='jobType'>
            Optional. Type of deviceJob
            </param>
            <param name='jobStatus'>
            Optional. Status of job
            </param>
            <param name='jobId'>
            Optional. Id of job
            </param>
            <param name='startTime'>
            Optional. Job start time, in ISO 8601 format
            'yyyy'-'MM'-'dd'T'HH':'mm':'ss'
            </param>
            <param name='endTime'>
            Optional. Job end time, in ISO 8601 format
            'yyyy'-'MM'-'dd'T'HH':'mm':'ss'
            </param>
            <param name='skip'>
            Required. Pagination parameter. The number of entries to skip, i.e.
            index of the first entry to be returned
            </param>
            <param name='top'>
            Required. Pagination parameter. The number of entries to return
            after skipping the 'skip' number of entries
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Response model of Get Query for a Device Job
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceJobOperationsExtensions.UpdateDeviceJob(Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateDeviceJobRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Update a device job
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations.
            </param>
            <param name='deviceId'>
            Required. id of device
            </param>
            <param name='jobId'>
            Required. id of job to update
            </param>
            <param name='updateRequest'>
            Required. Request data, contains the action to be taken
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceJobOperationsExtensions.UpdateDeviceJobAsync(Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateDeviceJobRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Update a device job
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations.
            </param>
            <param name='deviceId'>
            Required. id of device
            </param>
            <param name='jobId'>
            Required. id of job to update
            </param>
            <param name='updateRequest'>
            Required. Request data, contains the action to be taken
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.DeviceOperations">
            <summary>
            All Operations related to Devices
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.IDeviceOperations">
            <summary>
            All Operations related to Devices
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IDeviceOperations.ListAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list of devices.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceOperations.#ctor(Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient)">
            <summary>
            Initializes a new instance of the DeviceOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceOperations.ListAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list of devices.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.DeviceOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.DeviceOperationsExtensions">
            <summary>
            This is an RESTFul API to manage you StorSimple Objects
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceOperationsExtensions.List(Microsoft.WindowsAzure.Management.StorSimple.IDeviceOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDeviceOperations.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for the list of devices.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DeviceOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.StorSimple.IDeviceOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDeviceOperations.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for the list of devices.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.DevicePublicKeyOperations">
            <summary>
            All Operations related to Device Public keys
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.IDevicePublicKeyOperations">
            <summary>
            All Operations related to Device Public keys
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IDevicePublicKeyOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            The Device Id for which we need to Fetch the Device Public Key
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for Device PublicKey.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DevicePublicKeyOperations.#ctor(Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient)">
            <summary>
            Initializes a new instance of the DevicePublicKeyOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DevicePublicKeyOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Required. The Device Id for which we need to Fetch the Device
            Public Key
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for Device PublicKey.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.DevicePublicKeyOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.DevicePublicKeyOperationsExtensions">
            <summary>
            This is an RESTFul API to manage you StorSimple Objects
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DevicePublicKeyOperationsExtensions.Get(Microsoft.WindowsAzure.Management.StorSimple.IDevicePublicKeyOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDevicePublicKeyOperations.
            </param>
            <param name='deviceId'>
            Required. The Device Id for which we need to Fetch the Device
            Public Key
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for Device PublicKey.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.DevicePublicKeyOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.StorSimple.IDevicePublicKeyOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IDevicePublicKeyOperations.
            </param>
            <param name='deviceId'>
            Required. The Device Id for which we need to Fetch the Device
            Public Key
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for Device PublicKey.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.IIscsiConnectionDetailsOperations">
            <summary>
            All Operations related to iscsi connection
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IIscsiConnectionDetailsOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            The device id for which the call will be made.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client can use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list of iscsi connection details.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations">
            <summary>
            Migration of Legacy Appliance
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.BeginUpdateDataContainerMigrationStatusAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for update data container statusThe rest api updates the
            status of volume container migration from target device to service
            for all volume container in the specified config
            </summary>
            <param name='configId'>
            Unique identifier for config specified while importing the config
            to service
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.BeginUpdateMigrationConfirmStatusAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for update confirm migration statusThe rest api updates
            the confirm (commit/rollback) status from target appliance to
            service for all data container in the specified config
            </summary>
            <param name='configId'>
            Unique identifier for config specified while importing the config
            to service
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.BeginUpdateMigrationPlanAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec update migration plan rest apiThe rest api updates the
            migration plan from target appliance to service for all volume
            container(s) in the specified config
            </summary>
            <param name='configId'>
            Unique identifier for config specified while importing the config
            to service
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.ConfirmMigrationAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationConfirmStatusRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for confirm migration rest apiThe rest api confirms the
            commit or rollback of the migrated data containers for all data
            container in the specified config
            </summary>
            <param name='configId'>
            Unique identifier for config specified while importing the config
            to service
            </param>
            <param name='confirmMigrationRequest'>
            The confirm migration request specifies the list of volume
            containers and rollback/commit operation to be performed
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for migration job status.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.GetAllMigrationPlanAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for Get all migration rest apiThe rest api returns the
            config ids for all configs imported against the selected
            storsimple resource
            </summary>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body for get migration plan rest api.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.GetDataContainerMigrationStatusAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for Get data container migration statusThe rest api
            returns the status of volume container migration status from
            service for all volume container in the specified config
            </summary>
            <param name='configId'>
            Unique identifier for config specified while importing the config
            to service
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body for get data container migration status.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.GetMigrationConfirmStatusAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for get confirm migration status rest apiThe rest api
            gets the confirm (commit/rollback) status from service for all
            volume container in the specified config
            </summary>
            <param name='configId'>
            Unique identifier for config specified while importing the config
            to service
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body of migration confirm status rest api.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.GetMigrationPlanAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for get migration planThe rest api get the migration
            plan from service for all volume container(s) in the specified
            config
            </summary>
            <param name='configId'>
            Unique identifier for config specified while importing the config
            to service
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body for get migration plan rest api.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.ImportLegacyApplianceConfigAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for import legacy appliance config rest api.The rest api
            imports the legacy config to the service
            </summary>
            <param name='configId'>
            Unique id for config being imported
            </param>
            <param name='request'>
            Legacy appliance config to be imported
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.MigrationImportDataContainerAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationImportDataContainerRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for import data container rest apiThe rest api initiates
            the migration of volume containers for all/specific data
            container(s) in the given config
            </summary>
            <param name='configId'>
            Unique identifier for config specified while importing the config
            to service
            </param>
            <param name='importDCRequest'>
            Import data container request which specifies the list of data
            containers to be migrated
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for migration job status.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.StartMigrationPlanAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStartRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for start migration plan rest APIThe rest api starts the
            estimation of time taken by migration for all/specific volume
            container(s) in the given config
            </summary>
            <param name='startPlanRequest'>
            Start migration plan request model. The object passes the list of
            volume container(s) whose migration ETA needs to calculated
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for migration job status.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.UpdateDataContainerMigrationStatusAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='configId'>
            configId
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.UpdateMigrationConfirmStatusAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='configId'>
            The legacy config id for which migration confirm status needs to be
            updated
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.UpdateMigrationPlanAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='configId'>
            configId
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.IResourceEncryptionKeyOperations">
            <summary>
            All Operations related to Crypto keys
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IResourceEncryptionKeyOperations.GetAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for Resource Encryption Key.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.IscsiConnectionDetailsOperations">
            <summary>
            All Operations related to iscsi connection
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IscsiConnectionDetailsOperations.#ctor(Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient)">
            <summary>
            Initializes a new instance of the IscsiConnectionDetailsOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IscsiConnectionDetailsOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client can use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list of iscsi connection details.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IscsiConnectionDetailsOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.IscsiConnectionDetailsOperationsExtensions">
            <summary>
            This is an RESTFul API to manage you StorSimple Objects
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IscsiConnectionDetailsOperationsExtensions.Get(Microsoft.WindowsAzure.Management.StorSimple.IIscsiConnectionDetailsOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IIscsiConnectionDetailsOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client can use.
            </param>
            <returns>
            The response model for the list of iscsi connection details.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IscsiConnectionDetailsOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.StorSimple.IIscsiConnectionDetailsOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IIscsiConnectionDetailsOperations.
            </param>
            <param name='deviceId'>
            Required. The device id for which the call will be made.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client can use.
            </param>
            <returns>
            The response model for the list of iscsi connection details.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations">
            <summary>
            All Operations related to Service configurations
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations.BeginCreatingAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            The Begin Creating Storage Account operation creates a new storage
            account in Azure.
            </summary>
            <param name='serviceConfiguration'>
            Parameters supplied to the Begin Creating Storage Account operation.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations.CreateAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='serviceConfiguration'>
            Parameters supplied to the Create Storage Account operation.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations.GetAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the service configuration regarding the resource
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient">
            <summary>
            This is an RESTFul API to manage you StorSimple Objects
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Task Status returns the status of the specified task id.
            After calling an asynchronous task, you can call Get Task Status
            to determine whether the task has succeeded, failed, or is still
            in progress.
            </summary>
            <param name='taskId'>
            The task Id for the request you wish to track.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.Backup">
            <summary>
            All Operations related to Backup
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.BackupPolicy">
            <summary>
            All Operations related to Backup policies
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.CloneVolume">
            <summary>
            All Operations related to CloneVolume (see
            http://msdn.microsoft.com/en-us/library/azure/FILLTHISPART.aspx
            for more information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.DataContainer">
            <summary>
            All Operations related to Volume Containers
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.DeviceDetails">
            <summary>
            All Operations related to Device Details
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.DeviceFailover">
            <summary>
            All Operations related to Device Failover
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.DeviceJob">
            <summary>
            All Operations related to Device Jobs
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.Devices">
            <summary>
            All Operations related to Devices
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.DevicePublicKey">
            <summary>
            All Operations related to Device Public keys
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.IscsiConnection">
            <summary>
            All Operations related to iscsi connection
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.MigrateLegacyAppliance">
            <summary>
            Migration of Legacy Appliance
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.ResourceEncryptionKeys">
            <summary>
            All Operations related to Crypto keys
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.ServiceConfig">
            <summary>
            All Operations related to Service configurations
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.VirtualDevice">
            <summary>
            All Operations related to Virtual Device
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.VirtualDisk">
            <summary>
            All Operations related to virtual disk
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.IVirtualDeviceOperations">
            <summary>
            All Operations related to Virtual Device
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IVirtualDeviceOperations.CreateAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDeviceProvisioningInfo,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            The Create Virtual Device
            </summary>
            <param name='virtualDeviceProvisioningInfo'>
            The Virtual device provisioning info.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Job Response for all Device Job Related Calls
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations">
            <summary>
            All Operations related to virtual disk
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.BeginCreatingAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            The Begin Creating Volume operation creates a new volume.
            </summary>
            <param name='deviceId'>
            device id
            </param>
            <param name='diskDetails'>
            Parameters supplied to the Create virtual disk operation.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.BeginDeletingAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            The Begin Deleteing Volume operation deletes the specified volume.
            </summary>
            <param name='deviceId'>
            device id
            </param>
            <param name='diskId'>
            Instance id of the virtual disk to be deleted.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.BeginUpdatingAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            The Begin updating Volume operation updates an existing volume.
            </summary>
            <param name='deviceId'>
            device id
            </param>
            <param name='diskId'>
            disk id
            </param>
            <param name='diskDetails'>
            Parameters supplied to the update virtual disk operation.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            device id
            </param>
            <param name='diskDetails'>
            Parameters supplied to the Create virtual disk operation.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.DeleteAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            device id
            </param>
            <param name='diskId'>
            disk id
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.GetByNameAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get of virtual disk.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.ListAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list of virtual disks for a given data
            container.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.UpdateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            device id
            </param>
            <param name='diskId'>
            disk id
            </param>
            <param name='diskDetails'>
            Parameters supplied to the update virtual disk operation.
            </param>
            <param name='customRequestHeaders'>
            The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperations">
            <summary>
            Migration of Legacy Appliance
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperations.#ctor(Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient)">
            <summary>
            Initializes a new instance of the MigrationOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperations.BeginUpdateDataContainerMigrationStatusAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for update data container statusThe rest api updates the
            status of volume container migration from target device to service
            for all volume container in the specified config
            </summary>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperations.BeginUpdateMigrationConfirmStatusAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for update confirm migration statusThe rest api updates
            the confirm (commit/rollback) status from target appliance to
            service for all data container in the specified config
            </summary>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperations.BeginUpdateMigrationPlanAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec update migration plan rest apiThe rest api updates the
            migration plan from target appliance to service for all volume
            container(s) in the specified config
            </summary>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperations.ConfirmMigrationAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationConfirmStatusRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for confirm migration rest apiThe rest api confirms the
            commit or rollback of the migrated data containers for all data
            container in the specified config
            </summary>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='confirmMigrationRequest'>
            Required. The confirm migration request specifies the list of
            volume containers and rollback/commit operation to be performed
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for migration job status.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperations.GetAllMigrationPlanAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for Get all migration rest apiThe rest api returns the
            config ids for all configs imported against the selected
            storsimple resource
            </summary>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body for get migration plan rest api.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperations.GetDataContainerMigrationStatusAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for Get data container migration statusThe rest api
            returns the status of volume container migration status from
            service for all volume container in the specified config
            </summary>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body for get data container migration status.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperations.GetMigrationConfirmStatusAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for get confirm migration status rest apiThe rest api
            gets the confirm (commit/rollback) status from service for all
            volume container in the specified config
            </summary>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body of migration confirm status rest api.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperations.GetMigrationPlanAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for get migration planThe rest api get the migration
            plan from service for all volume container(s) in the specified
            config
            </summary>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body for get migration plan rest api.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperations.ImportLegacyApplianceConfigAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for import legacy appliance config rest api.The rest api
            imports the legacy config to the service
            </summary>
            <param name='configId'>
            Required. Unique id for config being imported
            </param>
            <param name='request'>
            Required. Legacy appliance config to be imported
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperations.MigrationImportDataContainerAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationImportDataContainerRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for import data container rest apiThe rest api initiates
            the migration of volume containers for all/specific data
            container(s) in the given config
            </summary>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='importDCRequest'>
            Required. Import data container request which specifies the list of
            data containers to be migrated
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for migration job status.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperations.StartMigrationPlanAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStartRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Hydra spec for start migration plan rest APIThe rest api starts the
            estimation of time taken by migration for all/specific volume
            container(s) in the given config
            </summary>
            <param name='startPlanRequest'>
            Required. Start migration plan request model. The object passes the
            list of volume container(s) whose migration ETA needs to calculated
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for migration job status.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperations.UpdateDataContainerMigrationStatusAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='configId'>
            Required. configId
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperations.UpdateMigrationConfirmStatusAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='configId'>
            Required. The legacy config id for which migration confirm status
            needs to be updated
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperations.UpdateMigrationPlanAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='configId'>
            Required. configId
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions">
            <summary>
            This is an RESTFul API to manage you StorSimple Objects
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.BeginUpdateDataContainerMigrationStatus(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for update data container statusThe rest api updates the
            status of volume container migration from target device to service
            for all volume container in the specified config
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.BeginUpdateDataContainerMigrationStatusAsync(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for update data container statusThe rest api updates the
            status of volume container migration from target device to service
            for all volume container in the specified config
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.BeginUpdateMigrationConfirmStatus(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for update confirm migration statusThe rest api updates
            the confirm (commit/rollback) status from target appliance to
            service for all data container in the specified config
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.BeginUpdateMigrationConfirmStatusAsync(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for update confirm migration statusThe rest api updates
            the confirm (commit/rollback) status from target appliance to
            service for all data container in the specified config
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.BeginUpdateMigrationPlan(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec update migration plan rest apiThe rest api updates the
            migration plan from target appliance to service for all volume
            container(s) in the specified config
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.BeginUpdateMigrationPlanAsync(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec update migration plan rest apiThe rest api updates the
            migration plan from target appliance to service for all volume
            container(s) in the specified config
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.ConfirmMigration(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationConfirmStatusRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for confirm migration rest apiThe rest api confirms the
            commit or rollback of the migrated data containers for all data
            container in the specified config
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='confirmMigrationRequest'>
            Required. The confirm migration request specifies the list of
            volume containers and rollback/commit operation to be performed
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for migration job status.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.ConfirmMigrationAsync(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationConfirmStatusRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for confirm migration rest apiThe rest api confirms the
            commit or rollback of the migrated data containers for all data
            container in the specified config
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='confirmMigrationRequest'>
            Required. The confirm migration request specifies the list of
            volume containers and rollback/commit operation to be performed
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for migration job status.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.GetAllMigrationPlan(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for Get all migration rest apiThe rest api returns the
            config ids for all configs imported against the selected
            storsimple resource
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response body for get migration plan rest api.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.GetAllMigrationPlanAsync(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for Get all migration rest apiThe rest api returns the
            config ids for all configs imported against the selected
            storsimple resource
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response body for get migration plan rest api.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.GetDataContainerMigrationStatus(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for Get data container migration statusThe rest api
            returns the status of volume container migration status from
            service for all volume container in the specified config
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response body for get data container migration status.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.GetDataContainerMigrationStatusAsync(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for Get data container migration statusThe rest api
            returns the status of volume container migration status from
            service for all volume container in the specified config
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response body for get data container migration status.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.GetMigrationConfirmStatus(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for get confirm migration status rest apiThe rest api
            gets the confirm (commit/rollback) status from service for all
            volume container in the specified config
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response body of migration confirm status rest api.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.GetMigrationConfirmStatusAsync(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for get confirm migration status rest apiThe rest api
            gets the confirm (commit/rollback) status from service for all
            volume container in the specified config
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response body of migration confirm status rest api.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.GetMigrationPlan(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for get migration planThe rest api get the migration
            plan from service for all volume container(s) in the specified
            config
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response body for get migration plan rest api.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.GetMigrationPlanAsync(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for get migration planThe rest api get the migration
            plan from service for all volume container(s) in the specified
            config
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response body for get migration plan rest api.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.ImportLegacyApplianceConfig(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for import legacy appliance config rest api.The rest api
            imports the legacy config to the service
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. Unique id for config being imported
            </param>
            <param name='request'>
            Required. Legacy appliance config to be imported
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.ImportLegacyApplianceConfigAsync(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for import legacy appliance config rest api.The rest api
            imports the legacy config to the service
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. Unique id for config being imported
            </param>
            <param name='request'>
            Required. Legacy appliance config to be imported
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.MigrationImportDataContainer(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationImportDataContainerRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for import data container rest apiThe rest api initiates
            the migration of volume containers for all/specific data
            container(s) in the given config
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='importDCRequest'>
            Required. Import data container request which specifies the list of
            data containers to be migrated
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for migration job status.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.MigrationImportDataContainerAsync(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationImportDataContainerRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for import data container rest apiThe rest api initiates
            the migration of volume containers for all/specific data
            container(s) in the given config
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. Unique identifier for config specified while importing
            the config to service
            </param>
            <param name='importDCRequest'>
            Required. Import data container request which specifies the list of
            data containers to be migrated
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for migration job status.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.StartMigrationPlan(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStartRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for start migration plan rest APIThe rest api starts the
            estimation of time taken by migration for all/specific volume
            container(s) in the given config
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='startPlanRequest'>
            Required. Start migration plan request model. The object passes the
            list of volume container(s) whose migration ETA needs to calculated
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for migration job status.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.StartMigrationPlanAsync(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStartRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            Hydra spec for start migration plan rest APIThe rest api starts the
            estimation of time taken by migration for all/specific volume
            container(s) in the given config
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='startPlanRequest'>
            Required. Start migration plan request model. The object passes the
            list of volume container(s) whose migration ETA needs to calculated
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for migration job status.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.UpdateDataContainerMigrationStatus(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. configId
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.UpdateDataContainerMigrationStatusAsync(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. configId
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.UpdateMigrationConfirmStatus(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. The legacy config id for which migration confirm status
            needs to be updated
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.UpdateMigrationConfirmStatusAsync(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. The legacy config id for which migration confirm status
            needs to be updated
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.UpdateMigrationPlan(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. configId
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.MigrationOperationsExtensions.UpdateMigrationPlanAsync(Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.
            </param>
            <param name='configId'>
            Required. configId
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.AccessControlRecord">
            <summary>
            Information about the access control records which needs to be either
            added or delete or update
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.AccessControlRecord.#ctor">
            <summary>
            Initializes a new instance of the AccessControlRecord class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.AccessControlRecord.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the AccessControlRecord class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.AccessControlRecord.GlobalId">
            <summary>
            Optional. Global Id
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.AccessControlRecord.InitiatorName">
            <summary>
            Required. Initiator name
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.AccessControlRecord.InstanceId">
            <summary>
            Optional. The instance identifier
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.AccessControlRecord.Name">
            <summary>
            Required. The name of the entity
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.AccessControlRecord.OperationInProgress">
            <summary>
            Optional. State of operation in progress
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.AccessControlRecord.VolumeCount">
            <summary>
            Optional. Total volume count
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.AcrChangeList">
            <summary>
            Awesome Info about Device
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.AcrChangeList.#ctor">
            <summary>
            Initializes a new instance of the AcrChangeList class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.AcrChangeList.Added">
            <summary>
            Optional. List of access control record to add
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.AcrChangeList.Deleted">
            <summary>
            Optional. Deleted access control record
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.AcrChangeList.Updated">
            <summary>
            Optional. List of access control record to update
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.AlertNotificationSettings">
            <summary>
            Device AlertNotificationSettings
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.AlertNotificationSettings.#ctor">
            <summary>
            Initializes a new instance of the AlertNotificationSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.AlertNotificationSettings.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the AlertNotificationSettings class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.AlertNotificationSettings.AlertNotifcationCulture">
            <summary>
            Optional. Gets or sets the AlertNotifcationCulture
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.AlertNotificationSettings.AlertNotifcationEnabled">
            <summary>
            Required. Gets or sets the AlertNotifcationEnabled
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.AlertNotificationSettings.AlertNotificationEmailList">
            <summary>
            Optional. Gets or Sets non-admin recipients for email alerts. This
            can also include distribution groups apart from regular email ids
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.AlertNotificationSettings.AlertNotificationEnabledForAdminCoAdmins">
            <summary>
            Optional. Gets or sets flag enabling/disabling alert emails for
            admins and coadmins
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.AsyncTaskAggregatedResult">
            <summary>
            The task's result - aggregated from AsyncTaskResult and AsyncTaskStatus.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.AsyncTaskResult">
            <summary>
            The task's result.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.AsyncTaskStatus">
            <summary>
            The task's status.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.AuthenticationType">
            <summary>
            Authentication type
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.Backup">
            <summary>
            Represents BackupSetInfo object
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.CisBaseObject">
            <summary>
            Base class for all the CiS related models
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.CisBaseObject.#ctor">
            <summary>
            Initializes a new instance of the CisBaseObject class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.CisBaseObject.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CisBaseObject class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.CisBaseObject.InstanceId">
            <summary>
            Optional. The instance identifier
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.CisBaseObject.Name">
            <summary>
            Required. The name of the entity
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.CisBaseObject.OperationInProgress">
            <summary>
            Optional. Is operation in progress
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.Backup.#ctor">
            <summary>
            Initializes a new instance of the Backup class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.Backup.BackupJobCreationType">
            <summary>
            Required. Method by which backup was created
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.Backup.CreatedOn">
            <summary>
            Required. Creation date for the backupSet
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.Backup.SizeInBytes">
            <summary>
            Required. Size of the backupset in bytes
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.Backup.Snapshots">
            <summary>
            Required. List of snapshots for the backup
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.Backup.SSMHostName">
            <summary>
            Required. SSMHostName
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.Backup.Type">
            <summary>
            Required. Type of backup taken
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupNowRequest">
            <summary>
            This class respresents the details for backup request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupNowRequest.#ctor">
            <summary>
            Initializes a new instance of the BackupNowRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupNowRequest.#ctor(Microsoft.WindowsAzure.Management.StorSimple.Models.BackupType)">
            <summary>
            Initializes a new instance of the BackupNowRequest class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupNowRequest.Type">
            <summary>
            Required. The backup type.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicy">
            <summary>
            The information on backup policy.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicy.#ctor">
            <summary>
            Initializes a new instance of the BackupPolicy class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicy.BackupPolicyCreationType">
            <summary>
            Required. The type of the backup policy creation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicy.LastBackup">
            <summary>
            Optional. The previous backup time.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicy.NextBackup">
            <summary>
            Optional. The next backup time.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicy.SchedulesCount">
            <summary>
            Required. The count of backup schedules under this backup policy.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicy.SSMHostName">
            <summary>
            Required. The name of the StorSimple Manager host.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicy.VolumesCount">
            <summary>
            Required. The count of volumes covered under this backup policy.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "T:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicyDetails" -->
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicyDetails.#ctor">
            <summary>
            Initializes a new instance of the BackupPolicyDetails class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicyDetails.BackupSchedules">
            <summary>
            Required. The backup schedules under this backup policy.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicyDetails.Volumes">
            <summary>
            Required. The list of virtual disks under this backup policy.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicyListResponse">
            <summary>
            The response model for the list of backup policies.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicyListResponse.#ctor">
            <summary>
            Initializes a new instance of the BackupPolicyListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicyListResponse.GetEnumerator">
            <summary>
            Gets the sequence of BackupPolicies.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicyListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of BackupPolicies.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicyListResponse.BackupPolicies">
            <summary>
            Optional. The collection of backup policies
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupSchedule">
            <summary>
            This class represents the object for a backup schedule object.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleBase">
            <summary>
            This class represents the base object for a backup schedule object -
            without id.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleBase.#ctor">
            <summary>
            Initializes a new instance of the BackupScheduleBase class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleBase.BackupType">
            <summary>
            Required. The type of the backup.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleBase.Recurrence">
            <summary>
            Required. The recurrence of this schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleBase.RetentionCount">
            <summary>
            Required. Retention count for backups of this schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleBase.StartTime">
            <summary>
            Required. The StartTime for this schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleBase.Status">
            <summary>
            Required. The status of the schedule
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupSchedule.#ctor">
            <summary>
            Initializes a new instance of the BackupSchedule class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupSchedule.Id">
            <summary>
            Required. The ID for this backup schedule.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleDetails">
            <summary>
            This class represents Backup Schedules.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleDetails.#ctor">
            <summary>
            Initializes a new instance of the BackupScheduleDetails class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleDetails.LastSuccessfulRun">
            <summary>
            Required. The last successful run of the backup schedule.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleUpdateRequest">
            <summary>
            This class represents the object for a backup schedule update object.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleUpdateRequest.#ctor">
            <summary>
            Initializes a new instance of the BackupScheduleUpdateRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleUpdateRequest.BackupType">
            <summary>
            Required. The type of the backup.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleUpdateRequest.Id">
            <summary>
            Required. The ID for this backup schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleUpdateRequest.Recurrence">
            <summary>
            Required. The recurrence of this schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleUpdateRequest.RetentionCount">
            <summary>
            Required. Retention count for backups of this schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleUpdateRequest.StartTime">
            <summary>
            Required. The StartTime for this schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleUpdateRequest.Status">
            <summary>
            Required. The status of the schedule
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupStatus">
            <summary>
            Status of backup migration
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupStatus.NotStarted">
            <summary>
            Status indicates the migration of the backup has not yet started
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupStatus.InProgress">
            <summary>
            Status indicates the migration of the backup is in progress
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupStatus.Failed">
            <summary>
            Status indicates the backup migration has failed
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.BackupStatus.Completed">
            <summary>
            Status indicates the migration of backup has completed
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSchedule">
            <summary>
            This class represent the individual bandwidth schedule within a
            bandwidth policy
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSchedule.#ctor">
            <summary>
            Initializes a new instance of the BandwidthSchedule class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSchedule.Days">
            <summary>
            Required. Gets or sets the Days of week for which given schedule
            should be applied.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSchedule.Rate">
            <summary>
            Required. Gets or sets the bandwidth rate in b/sec for the given
            schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSchedule.Start">
            <summary>
            Required. Gets or sets the start time from which the given schedule
            should be applied.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSchedule.Stop">
            <summary>
            Required. Gets or sets the stop time till which the given schedule
            should be applied.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSetting">
            <summary>
            This class represents band width setting
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSetting.#ctor">
            <summary>
            Initializes a new instance of the BandwidthSetting class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSetting.#ctor(System.String,System.Collections.Generic.List{Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSchedule},System.Int32)">
            <summary>
            Initializes a new instance of the BandwidthSetting class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSetting.CreatedFromTemplateId">
            <summary>
            Required. Gets or sets the id of the template from which the
            bandwidth setting is created.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSetting.InstanceId">
            <summary>
            Optional. Gets or sets the instance id of the bandwidth setting
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSetting.Name">
            <summary>
            Required. Gets or sets the name of the bandwidth setting
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSetting.OperationInProgress">
            <summary>
            Optional. Gets or sets a value indicating whether there is an
            operation in progress
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSetting.Schedules">
            <summary>
            Required. Gets or sets bandwidth schedule associated current
            bandwidth setting.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.BandwidthSetting.VolumeCount">
            <summary>
            Optional. Gets or sets the count of volumes to which the bandwidth
            setting is applied.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.ChapSettings">
            <summary>
            Device Chap settings
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.ChapSettings.#ctor">
            <summary>
            Initializes a new instance of the ChapSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ChapSettings.InitiatorSecret">
            <summary>
            Required. Gets or sets the Initiator Secret
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ChapSettings.InitiatorUser">
            <summary>
            Required. Gets or sets the Initiator User
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ChapSettings.TargetSecret">
            <summary>
            Required. Gets or sets the Target Secret
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ChapSettings.TargetUser">
            <summary>
            Required. Gets or sets the Target User
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.CisApiError">
            <summary>
            StorSimple Api Error
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.CisApiError.#ctor">
            <summary>
            Initializes a new instance of the CisApiError class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.CisApiError.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the CisApiError class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.CisApiError.Code">
            <summary>
            Required. hex error code
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.CisApiError.ErrorCode">
            <summary>
            Optional. detailed error code
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.CisApiError.Language">
            <summary>
            Optional. error locale
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.CisApiError.Message">
            <summary>
            Required. error message
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.CisApiError.Values">
            <summary>
            Optional. error specific metadata
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.CloudType">
            <summary>
            The cloud type.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders">
            <summary>
            HTTP Request headers for the StorSimple Service
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders.#ctor">
            <summary>
            Initializes a new instance of the CustomRequestHeaders class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders.ClientRequestId">
            <summary>
            Optional. This is the unique Id provided by the Client for
            diagnosing the failures in API calls
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders.Language">
            <summary>
            Optional. This is used to localization purposes.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainer">
            <summary>
            Info about the data container
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainer.#ctor">
            <summary>
            Initializes a new instance of the DataContainer class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainer.BandwidthRate">
            <summary>
            Required. Gets or sets the Bandwidth Rate.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainer.EncryptionKey">
            <summary>
            Optional. Gets or sets the encryption key.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainer.InstanceId">
            <summary>
            Optional. The instance identifier
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainer.IsDefault">
            <summary>
            Required. Gets or sets a value indicating whether this instance is
            default.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainer.IsEncryptionEnabled">
            <summary>
            Required. Gets or sets a value indicating whether this instance is
            encryption enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainer.Name">
            <summary>
            Required. The name of the entity
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainer.OperationInProgress">
            <summary>
            Optional. Is operation in progress
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainer.Owned">
            <summary>
            Optional. Gets or sets a value indicating whether this
            DataContainer is owned.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainer.PrimaryStorageAccountCredential">
            <summary>
            Required. Gets or sets the Primary Storage Account Credential
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainer.SecretsEncryptionThumbprint">
            <summary>
            Optional. Gets or sets the SecretsEncryptionThumbprint.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainer.VolumeCount">
            <summary>
            Optional. Gets or sets the volume count
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGetResponse">
            <summary>
            The response model for the get of data containers.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGetResponse.#ctor">
            <summary>
            Initializes a new instance of the DataContainerGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGetResponse.DataContainerInfo">
            <summary>
            Optional. The Data Container with the given Name or InstanceId
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGroup">
            <summary>
            Represents each row in the cloud settings grid on the portal
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGroup.#ctor">
            <summary>
            Initializes a new instance of the DataContainerGroup class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGroup.#ctor(System.Collections.Generic.List{Microsoft.WindowsAzure.Management.StorSimple.Models.DRDataContainer},System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the DataContainerGroup class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGroup.DCGroup">
            <summary>
            Required. List of DR volume containers
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGroup.IneligibilityMessage">
            <summary>
            Required. Reason why the data container group is not eligible for
            failover
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGroup.IsDCGroupEligibleForDR">
            <summary>
            Required. Flag indicating whether this instance is eligible for DR
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGroupResponse">
            <summary>
            Represents the object returned by DataContainerGroups Get call
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGroupResponse.#ctor">
            <summary>
            Initializes a new instance of the DataContainerGroupResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGroupResponse.#ctor(System.Collections.Generic.IList{Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGroup},System.String)">
            <summary>
            Initializes a new instance of the DataContainerGroupResponse class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGroupResponse.DCGroups">
            <summary>
            Required. List of DataContainerGroup objects
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGroupResponse.FollowUpJobId">
            <summary>
            Required. The follow-up job identifier
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGroupsGetResponse">
            <summary>
            Represents the response model for DataContainerGroups Get call
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGroupsGetResponse.#ctor">
            <summary>
            Initializes a new instance of the DataContainerGroupsGetResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerGroupsGetResponse.DataContainerGroupResponse">
            <summary>
            Optional. The object returned by DataContainerGroups Get call
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerListResponse">
            <summary>
            The response model for the list of data containers.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerListResponse.#ctor">
            <summary>
            Initializes a new instance of the DataContainerListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerListResponse.GetEnumerator">
            <summary>
            Gets the sequence of DataContainers.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of DataContainers.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerListResponse.DataContainers">
            <summary>
            Optional. The list of Data Containers in the given Device
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest">
            <summary>
            Info about the data container
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest.#ctor">
            <summary>
            Initializes a new instance of the DataContainerRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest.BandwidthRate">
            <summary>
            Required. Gets or sets the Bandwidth Rate.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest.EncryptionKey">
            <summary>
            Optional. Gets or sets the encryption key.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest.InstanceId">
            <summary>
            Optional. The instance identifier
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest.IsDefault">
            <summary>
            Required. Gets or sets a value indicating whether this instance is
            default.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest.IsEncryptionEnabled">
            <summary>
            Required. Gets or sets a value indicating whether this instance is
            encryption enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest.Name">
            <summary>
            Required. The name of the entity
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest.OperationInProgress">
            <summary>
            Optional. Is operation in progress
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest.Owned">
            <summary>
            Optional. Gets or sets a value indicating whether this
            DataContainer is owned.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest.PrimaryStorageAccountCredential">
            <summary>
            Required. Gets or sets the Primary Storage Account Credential
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest.SecretsEncryptionThumbprint">
            <summary>
            Optional. Gets or sets the SecretsEncryptionThumbprint.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainerRequest.VolumeCount">
            <summary>
            Optional. Gets or sets the volume count
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.DataStatistics">
            <summary>
            Data statistics for a DeviceJob
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DataStatistics.#ctor">
            <summary>
            Initializes a new instance of the DataStatistics class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataStatistics.CloudData">
            <summary>
            Optional. Data written to cloud (in Bytes)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataStatistics.ProcessedData">
            <summary>
            Optional. Data processed (in Bytes)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataStatistics.Throughput">
            <summary>
            Optional. Average throughput (in Bytes/sec)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DataStatistics.TotalData">
            <summary>
            Optional. Total data (in Bytes)
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetails">
            <summary>
            Device Details
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase.#ctor">
            <summary>
            Initializes a new instance of the DeviceDetailsBase class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase.#ctor(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceType)">
            <summary>
            Initializes a new instance of the DeviceDetailsBase class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase.AlertNotification">
            <summary>
            Optional. Gets or sets AlertNotification.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase.Chap">
            <summary>
            Optional. Gets or sets Chap.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase.DeviceProperties">
            <summary>
            Optional. Gets or sets DeviceProperties.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase.DnsServer">
            <summary>
            Optional. Gets or sets DnsServer.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase.InstanceId">
            <summary>
            Optional. Gets or sets InstanceId.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase.Name">
            <summary>
            Required. Gets or sets Name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase.NetInterfaceList">
            <summary>
            Optional. Gets or sets NetInterfaceList.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase.OperationInProgress">
            <summary>
            Optional. Gets or sets OperationInProgress.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase.RemoteMgmtSettingsInfo">
            <summary>
            Optional. Gets or sets RemoteMgmtSettingsInfo.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase.RemoteMinishellSecretInfo">
            <summary>
            Optional. Gets or sets RemoteMinishellSecretInfo.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase.SecretEncryptionCertThumbprint">
            <summary>
            Optional. Gets or sets SecretEncryptionCertThumbprint.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase.Snapshot">
            <summary>
            Optional. Gets or sets Snapshot.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase.TimeServer">
            <summary>
            Optional. Gets or sets TimeServer.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase.Type">
            <summary>
            Required. Gets or sets DeviceType.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase.VirtualApplianceProperties">
            <summary>
            Optional. Gets or sets VirtualApplianceProperties.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsBase.WebProxy">
            <summary>
            Optional. Gets or sets WebProxy.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetails.#ctor">
            <summary>
            Initializes a new instance of the DeviceDetails class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetails.#ctor(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceType)">
            <summary>
            Initializes a new instance of the DeviceDetails class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsRequest">
            <summary>
            Device Details Request object
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsRequest.#ctor">
            <summary>
            Initializes a new instance of the DeviceDetailsRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsRequest.#ctor(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceType)">
            <summary>
            Initializes a new instance of the DeviceDetailsRequest class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsResponse">
            <summary>
            The response model for device details.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsResponse.#ctor">
            <summary>
            Initializes a new instance of the DeviceDetailsResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceDetailsResponse.DeviceDetails">
            <summary>
            Optional. The device details for given device id
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceFailoverRequest">
            <summary>
            Represents a request to failover a device.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceFailoverRequest.#ctor">
            <summary>
            Initializes a new instance of the DeviceFailoverRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceFailoverRequest.#ctor(System.Collections.Generic.List{System.String},System.String)">
            <summary>
            Initializes a new instance of the DeviceFailoverRequest class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceFailoverRequest.CleanupPrimary">
            <summary>
            Optional. Flag indicating whether to cleanup the primary device
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceFailoverRequest.DataContainerIds">
            <summary>
            Required. The list of data container ids to failover
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceFailoverRequest.ReturnWorkflowId">
            <summary>
            Optional. Flag indicating whether to return the workflow id
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceFailoverRequest.TargetDeviceId">
            <summary>
            Required. The target device identifier
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo">
            <summary>
            The Device Information
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.#ctor">
            <summary>
            Initializes a new instance of the DeviceInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.ACRCount">
            <summary>
            Required. The Count of Access Control Records existing on the
            device.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.ActivationTime">
            <summary>
            Required. The Activation Time
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.ActiveController">
            <summary>
            Required. The Active Controller of the Device
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.AvailableStorageInBytes">
            <summary>
            Required. The available storage capacity in device in Bytes
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.CloudCredCount">
            <summary>
            Required. The Count of CloudCreds existing on the device.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.Culture">
            <summary>
            Required. The Culture
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.CurrentController">
            <summary>
            Required. The Current Controller of the Device
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.DataContainerCount">
            <summary>
            Required. The Count of DataContainers existing on the device.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.Description">
            <summary>
            Required. The Description
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.DeviceId">
            <summary>
            Required. The Device Id
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.DeviceSoftwareVersion">
            <summary>
            Required. The version of the Device Software
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.FriendlyName">
            <summary>
            Required. The friendly name for the Device
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.IsConfigUpdated">
            <summary>
            Required. This indicates that the Device is Configured Properly
            post Registration
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.IsVirtualApplianceInterimEntry">
            <summary>
            Required. This signifies that this is a Virtual Appliance which is
            in process of provisioning.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.Location">
            <summary>
            Required. This is Location of the Virtual Appliance.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.ModelDescription">
            <summary>
            Required. The Model Description
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.NNicCards">
            <summary>
            Required. Number of Nic cards on the device.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.ProvisionedStorageInBytes">
            <summary>
            Required. The Provisioned Storage in Bytes
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.SerialNumber">
            <summary>
            Required. The Device Serial Number
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.Status">
            <summary>
            Required. The Device Status
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.TargetIQN">
            <summary>
            Required. The Target IQN
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.TimeZone">
            <summary>
            Required. The Time Zone of the Device
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.TotalStorageInBytes">
            <summary>
            Required. The Total Storage Capacity of the Device in Bytes
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.Type">
            <summary>
            Required. The type of device
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.UsingStorageInBytes">
            <summary>
            Required. The used Storage in Bytes
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo.VolumeCount">
            <summary>
            Required. The Count of Volumes existing on the device.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails">
            <summary>
            Device Job Details
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.#ctor">
            <summary>
            Initializes a new instance of the DeviceJobDetails class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DeviceJobDetails class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.BackupPolicy">
            <summary>
            Optional. Name of the BackupPolicy used for the job
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.BackupTimeStamp">
            <summary>
            Optional. TimeStamp of the backup instance used for the job
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.BackupType">
            <summary>
            Optional. BackupType for the backup job
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.DataStats">
            <summary>
            Optional. Data statistics of the job. Null if N/A
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.Device">
            <summary>
            Optional. Device with which the job is associated
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.Entity">
            <summary>
            Optional. Entity with which the job is associated
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.ErrorDetails">
            <summary>
            Optional. Error info (for failed jobs)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.HideProgressDetails">
            <summary>
            Optional. Hide job progress details
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.InstanceId">
            <summary>
            Optional. The instance identifier
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.IsInstantRestoreComplete">
            <summary>
            Optional. Instant restore complete, relevent only for running
            clone/restore jobs
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.IsJobCancellable">
            <summary>
            Optional. If the Job is cancellable or not
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.JobDetails">
            <summary>
            Optional. Workflow details
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.Name">
            <summary>
            Required. The name of the entity
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.Progress">
            <summary>
            Optional. Percentage completion of job (0-100)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.SourceDevice">
            <summary>
            Optional. Source device (for DR and clone jobs)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.SourceEntity">
            <summary>
            Optional. Source Entity (for DR and clone jobs)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.SourceVolume">
            <summary>
            Optional. Source Volume associated with the job
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.Status">
            <summary>
            Optional. Status of Job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.TimeStats">
            <summary>
            Optional. Time statistics of the job. Null if N/A
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.Type">
            <summary>
            Optional. Type of Job
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobDetails.Volume">
            <summary>
            Optional. Volume on which the job is running
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceListResponse">
            <summary>
            The response model for the list of devices.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceListResponse.#ctor">
            <summary>
            Initializes a new instance of the DeviceListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Devices.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Devices.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceListResponse.Devices">
            <summary>
            Optional. The collection of Device Infos
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.DnsServerSettings">
            <summary>
            Device DNS Server settings
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DnsServerSettings.#ctor">
            <summary>
            Initializes a new instance of the DnsServerSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DnsServerSettings.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the DnsServerSettings class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DnsServerSettings.PrimaryIPv4">
            <summary>
            Required. Gets or sets the primary IPV4
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DnsServerSettings.PrimaryIPv6">
            <summary>
            Required. Gets or sets the primary IPV6
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DnsServerSettings.SecondaryIPv4">
            <summary>
            Optional. Gets or sets the secondary IPV4.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DnsServerSettings.SecondaryIPv6">
            <summary>
            Optional. Gets or sets the secondary IPv6.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.DRDataContainer">
            <summary>
            Represents the volume container information required for device failover
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DRDataContainer.#ctor">
            <summary>
            Initializes a new instance of the DRDataContainer class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DRDataContainer.CloudType">
            <summary>
            Required. The CloudType of the associated SAC
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DRDataContainer.DataContainerId">
            <summary>
            Required. The volume container identifier
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DRDataContainer.InstanceId">
            <summary>
            Optional. The instance identifier
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DRDataContainer.Location">
            <summary>
            Required. The location of the associated SAC
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DRDataContainer.Name">
            <summary>
            Required. The name of the entity
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DRDataContainer.OperationInProgress">
            <summary>
            Optional. The current operation in progress
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DRDataContainer.Owned">
            <summary>
            Required. Flag indicating whether this data container is owned by
            the current device
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DRDataContainer.OwnerDeviceId">
            <summary>
            Required. The owner of this DC. In case of a DR workflow failure,
            it is possible that the ownership is transferred, but the DC is
            still present with the original device
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DRDataContainer.VolumeList">
            <summary>
            Required. List of DR volumes
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.DRVolume">
            <summary>
            Represents a volume as present in a backup snapshot
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DRVolume.#ctor">
            <summary>
            Initializes a new instance of the DRVolume class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.DRVolume.#ctor(System.String,System.Int64,System.String)">
            <summary>
            Initializes a new instance of the DRVolume class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DRVolume.DisplayName">
            <summary>
            Required. The display name
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DRVolume.Size">
            <summary>
            Required. Size of the snapshot
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.DRVolume.SnapshotId">
            <summary>
            Required. The snapshot identifier
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.ErrorDetails">
            <summary>
            The error details, if the asynchronous operation failed.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.ErrorDetails.#ctor">
            <summary>
            Initializes a new instance of the ErrorDetails class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ErrorDetails.Code">
            <summary>
            Optional. The management service error code returned if the
            asynchronous request failed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ErrorDetails.Message">
            <summary>
            Optional. The management service error message returned if the
            asynchronous request failed.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.ErrorInfo">
            <summary>
            Error information
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.ErrorInfo.#ctor">
            <summary>
            Initializes a new instance of the ErrorInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ErrorInfo.ErrorCode">
            <summary>
            Optional. Error code
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ErrorInfo.ErrorString">
            <summary>
            Optional. Localized error string
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ErrorInfo.ErrorTitle">
            <summary>
            Optional. Title text of error
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ErrorInfo.Recommendations">
            <summary>
            Optional. List of localized recommendations for above error code
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.GetBackupPolicyDetailsResponse">
            <summary>
            The response model for the list of backup policies.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.GetBackupPolicyDetailsResponse.#ctor">
            <summary>
            Initializes a new instance of the GetBackupPolicyDetailsResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.GetBackupPolicyDetailsResponse.BackupPolicyDetails">
            <summary>
            Optional. The details of a backup policy.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.GetBackupResponse">
            <summary>
            The response model for the list of BackupSets.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.GetBackupResponse.#ctor">
            <summary>
            Initializes a new instance of the GetBackupResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.GetBackupResponse.BackupSetsList">
            <summary>
            Required. List of BackupSets to be returned
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.GetBackupResponse.NextPageStartIdentifier">
            <summary>
            Required. Skip identifier to go to next page
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.GetBackupResponse.NextPageUri">
            <summary>
            Required. Uri link to go to the next result page
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.GetBackupResponse.TotalBackupCount">
            <summary>
            Required. Total number of Backupsets in the result
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.GetDeviceJobResponse">
            <summary>
            Response model of Get Query for a Device Job
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.GetDeviceJobResponse.#ctor">
            <summary>
            Initializes a new instance of the GetDeviceJobResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.GetDeviceJobResponse.Count">
            <summary>
            Optional. Count of results
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.GetDeviceJobResponse.DeviceJobList">
            <summary>
            Optional. Device Job details of jobs in response
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.GetDeviceJobResponse.NextPageStartIdentifier">
            <summary>
            Optional. An Id identifying start of the next page
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.GetDeviceJobResponse.NextPageUri">
            <summary>
            Optional. Url for next page. Will be null for last page
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.GetDevicePublicKeyResponse">
            <summary>
            The response model for Device PublicKey.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.GetDevicePublicKeyResponse.#ctor">
            <summary>
            Initializes a new instance of the GetDevicePublicKeyResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.GetDevicePublicKeyResponse.DevicePublicKey">
            <summary>
            Optional. The device public key
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.GetResourceEncryptionKeyResponse">
            <summary>
            The response model for Resource Encryption Key.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.GetResourceEncryptionKeyResponse.#ctor">
            <summary>
            Initializes a new instance of the GetResourceEncryptionKeyResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.GetResourceEncryptionKeyResponse.ResourceEncryptionKeys">
            <summary>
            Optional. Object containing the encoded keys of the resource
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.GuidTaskResponse">
            <summary>
            This is the Task Response for all Async Calls
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.GuidTaskResponse.#ctor">
            <summary>
            Initializes a new instance of the GuidTaskResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.GuidTaskResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GuidTaskResponse class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.GuidTaskResponse.TaskId">
            <summary>
            Required. The TaskId of the Async Task Submitted
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.HcsMessageInfo">
            <summary>
            The response model for message info.The message info contains the
            message, error code and recommendation from service
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.HcsMessageInfo.#ctor">
            <summary>
            Initializes a new instance of the HcsMessageInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.HcsMessageInfo.ErrorCode">
            <summary>
            Optional. Gets or sets error code returned from service
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.HcsMessageInfo.Message">
            <summary>
            Optional. Gets or sets any message to be returned from service
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.HcsMessageInfo.Recommendation">
            <summary>
            Optional. Gets or sets any recommendation to be returned from
            service
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.HcsMessageInfo.Severity">
            <summary>
            Optional. Gets or sets severity of the error message returned from
            service
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.IscsiConnection">
            <summary>
            IscsiConnection Details
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.IscsiConnection.#ctor">
            <summary>
            Initializes a new instance of the IscsiConnection class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.IscsiConnection.AcrInstanceId">
            <summary>
            Required. Gets or sets the Acr instance identifier
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.IscsiConnection.AcrName">
            <summary>
            Required. Gets or sets the Acr name
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.IscsiConnection.AllowedVolumeNames">
            <summary>
            Required. Gets or sets the allowed volume names
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.IscsiConnection.InitiatorAddress">
            <summary>
            Required. Gets or sets the Initiator address
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.IscsiConnection.Iqn">
            <summary>
            Required. Gets or sets the IQN
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.IscsiConnection.IscsiConnectionId">
            <summary>
            Required. Gets or sets the Iscsi instance identifier
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.IscsiConnectionResponse">
            <summary>
            The response model for the list of iscsi connection details.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.IscsiConnectionResponse.#ctor">
            <summary>
            Initializes a new instance of the IscsiConnectionResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.IscsiConnectionResponse.GetEnumerator">
            <summary>
            Gets the sequence of IscsiConnections.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.IscsiConnectionResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of IscsiConnections.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.IscsiConnectionResponse.IscsiConnections">
            <summary>
            Optional. The collection of iscsi connection details
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.Item">
            <summary>
            An item with key and value
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.Item.#ctor">
            <summary>
            Initializes a new instance of the Item class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.Item.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the Item class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.Item.Key">
            <summary>
            Required. The key of the item.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.Item.Value">
            <summary>
            Required. The value of the item.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.JobResponse">
            <summary>
            This is the Job Response for all Device Job Related Calls
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.JobResponse.#ctor">
            <summary>
            Initializes a new instance of the JobResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.JobResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the JobResponse class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.JobResponse.JobId">
            <summary>
            Required. The Job Id of the Device Job Submitted
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.JobStatusInfo">
            <summary>
            Job status information
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.JobStatusInfo.#ctor">
            <summary>
            Initializes a new instance of the JobStatusInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.JobStatusInfo.Error">
            <summary>
            Required. Error details
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.JobStatusInfo.JobId">
            <summary>
            Required. Unique Id of Job
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.JobStatusInfo.JobSteps">
            <summary>
            Required. Job Steps
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.JobStatusInfo.Result">
            <summary>
            Required. Result
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.JobStatusInfo.Status">
            <summary>
            Required. Job status
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.JobStatusInfo.TaskResult">
            <summary>
            Required. Task Result
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.JobStep">
            <summary>
            Job Step
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.JobStep.#ctor">
            <summary>
            Initializes a new instance of the JobStep class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.JobStep.Detail">
            <summary>
            Required. Details text for this step
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.JobStep.ErrorCode">
            <summary>
            Required. Error code if this step had an error
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.JobStep.Message">
            <summary>
            Required. Message text for this job step
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.JobStep.Result">
            <summary>
            Required. Result of this step
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.JobStep.Status">
            <summary>
            Required. Status of this step
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupElement">
            <summary>
            This class respresents MigrationBackupElement.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupElement.#ctor">
            <summary>
            Initializes a new instance of the MigrationBackupElement class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupElement.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the MigrationBackupElement class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupElement.SourceVolumeId">
            <summary>
            Required. Gets or sets Id of the source volume
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupElement.SourceVolumeName">
            <summary>
            Required. Gets or sets the name of source volume
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupPolicy" -->
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupPolicy.#ctor">
            <summary>
            Initializes a new instance of the MigrationBackupPolicy class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupPolicy.BackupSchedules">
            <summary>
            Required. Gets or sets the backup schedules supported by the policy.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupPolicy.CreatedOn">
            <summary>
            Required. Gets or sets the time when policy is created.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupPolicy.Disabled">
            <summary>
            Required. Gets or sets a value indicating whether the policy is
            disabled or not.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupPolicy.InstanceId">
            <summary>
            Optional. Gets or sets the instance id of the backup policy
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupPolicy.LastRunTime">
            <summary>
            Optional. Gets or sets the last backed up time of the policy.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupPolicy.MaxRetentionCount">
            <summary>
            Required. Gets or sets the maximum number of backups to be retained.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupPolicy.Name">
            <summary>
            Required. Gets or sets the name of the backup policy
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupPolicy.OperationInProgress">
            <summary>
            Optional. Gets or sets a value indicating any operation is
            inprogress
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupPolicy.Type">
            <summary>
            Required. Gets or sets the backup type supported by the policy.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupPolicy.VirtualDiskGroupId">
            <summary>
            Required. Gets or sets the list of ids of all volume groups
            associated this backup policy.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupSet">
            <summary>
            This class respresents the status of each backup being migrated
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupSet.#ctor">
            <summary>
            Initializes a new instance of the MigrationBackupSet class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupSet.BackupPolicyName">
            <summary>
            Required. Gets or sets the name of the policy (virtual disk group)
            corresponding to the backup
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupSet.CreationTime">
            <summary>
            Required. Gets or sets the backup creation time
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupSet.Elements">
            <summary>
            Required. Gets or sets the backup's source volume details
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupSet.Message">
            <summary>
            Required. Gets or sets the backup level message and recommendation,
            usually updated during failures
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationBackupSet.Status">
            <summary>
            Required. Gets or sets the status of the backup migrated
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationChapSetting">
            <summary>
            This class respresents the iSCSI chap settings.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationChapSetting.#ctor">
            <summary>
            Initializes a new instance of the MigrationChapSetting class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationChapSetting.Id">
            <summary>
            Optional. Gets or sets the Id of the chap settings.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationChapSetting.Name">
            <summary>
            Required. Gets or sets the name of the chap setting
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationChapSetting.Password">
            <summary>
            Required. Gets or sets the chap password
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationChapSetting.SecretsEncryptionThumbprint">
            <summary>
            Required. Gets or sets the password encryption thumbprint.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationChapSetting.Valid">
            <summary>
            Required. Gets or sets a value indicating whether the chap is valid
            or not.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationConfirmStatus">
            <summary>
            The response body of migration confirm status rest api.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationConfirmStatus.#ctor">
            <summary>
            Initializes a new instance of the MigrationConfirmStatus class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationConfirmStatus.ContainerConfirmStatus">
            <summary>
            Optional. Gets or sets migration confirm status.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationConfirmStatusRequest">
            <summary>
            This class represents confirm migration request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationConfirmStatusRequest.#ctor">
            <summary>
            Initializes a new instance of the MigrationConfirmStatusRequest
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationConfirmStatusRequest.#ctor(System.Collections.Generic.List{System.String},Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationOperation)">
            <summary>
            Initializes a new instance of the MigrationConfirmStatusRequest
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationConfirmStatusRequest.DataContainerNameList">
            <summary>
            Required. Gets or sets the list of volume container names which
            needs to committed/rolled back
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationConfirmStatusRequest.Operation">
            <summary>
            Required. Gets or sets the type of operation to be performed during
            confirm migration.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationContainerConfirmStatus">
            <summary>
            This class respresents confirmation status for a specific data
            container.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationContainerConfirmStatus.#ctor">
            <summary>
            Initializes a new instance of the MigrationContainerConfirmStatus
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationContainerConfirmStatus.CloudConfigurationName">
            <summary>
            Required. Gets or sets name of the data container
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationContainerConfirmStatus.Operation">
            <summary>
            Required. Gets or sets confirm migration operation which is being
            executed
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationContainerConfirmStatus.PercentageCompleted">
            <summary>
            Required. Gets or sets the percentage of rollback/commit operation
            completed
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationContainerConfirmStatus.Status">
            <summary>
            Required. Gets or sets the confirmation status
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationContainerConfirmStatus.StatusMessage">
            <summary>
            Required. Gets or sets contains the volume container level message
            and recommendations
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainer">
            <summary>
            This class respresents the legacy appliance's volume container.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainer.#ctor">
            <summary>
            Initializes a new instance of the MigrationDataContainer class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainer.BackupBucket">
            <summary>
            Required. Gets or sets the backup bucket's name
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainer.BackupStorageAccountCredential">
            <summary>
            Required. Gets or sets the Storage Account's Credential where
            backup bucket is created
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainer.BandwidthSetting">
            <summary>
            Required. Gets or sets the bandwidth settings assoiated with volume
            container
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainer.EncryptionKey">
            <summary>
            Optional. Gets or sets the data encryption key.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainer.InstanceId">
            <summary>
            Optional. Gets or sets the instance id of volume container
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainer.IsDefault">
            <summary>
            Required. Gets or sets a value indicating whether this instance is
            default.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainer.Name">
            <summary>
            Required. Gets or sets the name of the volume container
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainer.OperationInProgress">
            <summary>
            Optional. Gets or sets a value indicating whether any volume
            container operation in progress
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainer.Owned">
            <summary>
            Optional. Gets or sets a value indicating whether volume container
            is owned or not.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainer.PrimaryBucket">
            <summary>
            Required. Gets or sets the primary bucket's name
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainer.PrimaryStorageAccountCredential">
            <summary>
            Required. Gets or sets Storage Account's Credential where the
            primary bucket is stored
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainer.SecretsEncryptionThumbprint">
            <summary>
            Required. Gets or sets the secret (credential) encryption
            thumbprint.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerConfirmStatus">
            <summary>
            Volume container confirmation status
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerConfirmStatus.MigrationNotStarted">
            <summary>
            Status indicates that the volume container migration has not started
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerConfirmStatus.MigrationInProgress">
            <summary>
            Status indicates that the migration of volume container is in
            progress
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerConfirmStatus.MigrationComplete">
            <summary>
            Status indicates that the migration of volume container has
            completed
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerConfirmStatus.MigrationFailed">
            <summary>
            Status indicates that the migration of volume container has failed
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerConfirmStatus.CommitInProgress">
            <summary>
            Status indicates that the commit of migrated volume container is in
            progress
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerConfirmStatus.CommitComplete">
            <summary>
            Status indicates that the migrated volume container has
            successfully commited
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerConfirmStatus.CommitFailed">
            <summary>
            Status indicates that the commit of migrated volume container has
            failed
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerConfirmStatus.RollbackInProgress">
            <summary>
            Status indicates that the rollback of migrated volume container is
            in progress
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerConfirmStatus.RollbackComplete">
            <summary>
            Status indicates that the migrated volume container has
            successfully rolledback
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerConfirmStatus.RollbackFailed">
            <summary>
            Status indicates that the rollback of migrated volume container has
            failed
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerStatus">
            <summary>
            This class respresents status of volume container (Cloud Configuration)
            migrated.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerStatus.#ctor">
            <summary>
            Initializes a new instance of the MigrationDataContainerStatus
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerStatus.BackupSets">
            <summary>
            Required. Gets or sets the status of all backup being migrated for
            the given volume container
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerStatus.CloudConfigurationName">
            <summary>
            Required. Gets or sets the name of the volume container
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerStatus.MessageInfo">
            <summary>
            Required. Gets or sets the volume container level message or
            recommendation, usually when an error is encountered during
            migration
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerStatus.PercentageCompleted">
            <summary>
            Required. Gets or sets percentage of migration completed
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerStatus.Status">
            <summary>
            Required. Gets or sets status of the migration
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerStatusList">
            <summary>
            The response body for get data container migration status.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerStatusList.#ctor">
            <summary>
            Initializes a new instance of the MigrationDataContainerStatusList
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationDataContainerStatusList.MigrationDataContainerStatuses">
            <summary>
            Optional. Gets or sets list of migration data container status.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationImportDataContainerRequest">
            <summary>
            This class represents request body of import data container.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationImportDataContainerRequest.#ctor">
            <summary>
            Initializes a new instance of the
            MigrationImportDataContainerRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationImportDataContainerRequest.#ctor(System.Collections.Generic.List{System.String},System.Boolean,System.Boolean)">
            <summary>
            Initializes a new instance of the
            MigrationImportDataContainerRequest class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationImportDataContainerRequest.DataContainerNames">
            <summary>
            Required. Gets or sets list of volume container names to be migrated
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationImportDataContainerRequest.ForceOnOtherDevice">
            <summary>
            Required. Gets or sets the value indicating whether to migrate the
            volume container by force
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationImportDataContainerRequest.SkipACRs">
            <summary>
            Required. Gets or sets a value indicating whether to skip the
            Access control records from migration
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationJobStatus">
            <summary>
            The response model for migration job status.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationJobStatus.#ctor">
            <summary>
            Initializes a new instance of the MigrationJobStatus class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationJobStatus.JobId">
            <summary>
            Optional. Gets or sets id of migration job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationJobStatus.MessageInfoList">
            <summary>
            Optional. Gets or sets any message returned from service
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationOperation">
            <summary>
            Migration Operation represents various confirm operation that is
            allowed on an imported volume container
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationOperation.Invalid">
            <summary>
            Represents a No operation
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationOperation.Commit">
            <summary>
            Commit associated the volume container to the target device
            permanently
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationOperation.Rollback">
            <summary>
            Rollback cleans-up the changes done by migration and reverts the
            volume container to a state prior to migration
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlan">
            <summary>
            Migration plan class
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlan.#ctor">
            <summary>
            Initializes a new instance of the MigrationPlan class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlan.#ctor(System.String,System.String,System.Collections.Generic.List{Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanInfo})">
            <summary>
            Initializes a new instance of the MigrationPlan class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlan.ConfigId">
            <summary>
            Required. Gets or sets the config ID passed while importing the
            config
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlan.DeviceName">
            <summary>
            Required. Gets or sets the target devicename where the migration
            plan is computed
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlan.MigrationPlanInfo">
            <summary>
            Required. Gets or sets list of migration plans for all data
            container specified in the config imported
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanInfo">
            <summary>
            Migration plan for a specific data container
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanInfo.#ctor">
            <summary>
            Initializes a new instance of the MigrationPlanInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanInfo.AssumedBandwidthInMbps">
            <summary>
            Required. Gets or sets bandwidth assumed for calculating time for
            migration in MBps
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanInfo.DataContainerName">
            <summary>
            Required. Gets or sets the name of the data container
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanInfo.EstimatedTimeInMinutes">
            <summary>
            Required. Gets or sets the estimated Time for all back ups to be
            migrated (In minutes)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanInfo.EstimatedTimeInMinutesForLargestBackup">
            <summary>
            Required. Gets or sets estimated time for largest backup to be
            migrated (In minutes)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanInfo.PlanMessageInfoList">
            <summary>
            Required. Gets or sets the list message and recommendation returned
            based on the estimation being done
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanInfo.PlanStatus">
            <summary>
            Required. Gets or sets the status of migration plan
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanList">
            <summary>
            The response body for get migration plan rest api.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanList.#ctor">
            <summary>
            Initializes a new instance of the MigrationPlanList class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanList.MigrationPlans">
            <summary>
            Optional. Gets or sets Migration plan for all data containers
            specified in config imported
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStartRequest">
            <summary>
            This class represents request body of start migration plan.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStartRequest.#ctor">
            <summary>
            Initializes a new instance of the MigrationPlanStartRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStartRequest.#ctor(System.String,System.Collections.Generic.List{System.String})">
            <summary>
            Initializes a new instance of the MigrationPlanStartRequest class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStartRequest.ConfigId">
            <summary>
            Required. Gets or sets legacy appliance config id passed while
            importing the config.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStartRequest.DataContainerNameList">
            <summary>
            Required. Gets or sets list name of data containers which needs to
            be processed for migration plan.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStatus">
            <summary>
            Status of the migration plan
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStatus.Invalid">
            <summary>
            Status is Invalid
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStatus.NotStarted">
            <summary>
            Status indicates the estimation of migration plan has not yet
            started
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStatus.InProgress">
            <summary>
            Status indicates the estimation of migration plan is in progress
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStatus.Failed">
            <summary>
            Status indicates the estimation of migration plan has failed
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanStatus.Completed">
            <summary>
            Status indicates the estimation of migration plan has completed
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationStatus">
            <summary>
            Represents the migration status for a data container
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationStatus.NotStarted">
            <summary>
            Status indicates the migration of the volume container has not yet
            started
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationStatus.InProgress">
            <summary>
            Status indicates the migration of the volume container is in
            progress
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationStatus.Failed">
            <summary>
            Status indicates the backup volume container has failed
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationStatus.Completed">
            <summary>
            Status indicates the migration of volume container has completed
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.NetInterface">
            <summary>
            Device NetInterface
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.NetInterface.#ctor">
            <summary>
            Initializes a new instance of the NetInterface class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NetInterface.InterfaceId">
            <summary>
            Required. Gets or sets the InterfaceId
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NetInterface.IsCloudEnabled">
            <summary>
            Required. Gets or sets a value indicating whether this instance is
            cloud enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NetInterface.IsDefault">
            <summary>
            Optional. Gets or sets a value indicating whether this instance is
            default.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NetInterface.IsEnabled">
            <summary>
            Required. Gets or sets a value indicating whether this instance is
            enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NetInterface.IsIScsiEnabled">
            <summary>
            Required. Gets or sets a value indicating whether this instance is
            i scsi enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NetInterface.MediaConnectState">
            <summary>
            Optional. Gets or sets the MediaConnectState.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NetInterface.Mode">
            <summary>
            Required. Gets or sets the network mode.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NetInterface.NicIPv4Settings">
            <summary>
            Optional. Gets or sets the nic IPV4 settings.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NetInterface.NicIPv6Settings">
            <summary>
            Optional. Gets or sets the nic IPV6 settings.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NetInterface.Speed">
            <summary>
            Optional. Gets or sets the speed.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.NetInterfaceId">
            <summary>
            NetInterfaceId
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.NetworkMode">
            <summary>
            NetworkMode
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "T:Microsoft.WindowsAzure.Management.StorSimple.Models.NewBackupPolicyConfig" -->
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.NewBackupPolicyConfig.#ctor">
            <summary>
            Initializes a new instance of the NewBackupPolicyConfig class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.NewBackupPolicyConfig.#ctor(System.String,System.Collections.Generic.List{Microsoft.WindowsAzure.Management.StorSimple.Models.BackupScheduleBase},System.Collections.Generic.List{System.String})">
            <summary>
            Initializes a new instance of the NewBackupPolicyConfig class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NewBackupPolicyConfig.BackupSchedules">
            <summary>
            Required. The backup schedules under this backup policy.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NewBackupPolicyConfig.Name">
            <summary>
            Required. The name of the entity
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NewBackupPolicyConfig.VolumeIds">
            <summary>
            Required. The list of volume ids under this backup policy.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.NicIPv4">
            <summary>
            NicIPv4
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.NicIPv4.#ctor">
            <summary>
            Initializes a new instance of the NicIPv4 class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.NicIPv4.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the NicIPv4 class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NicIPv4.Controller0IPv4Address">
            <summary>
            Optional. Gets or sets the Controller0IPv4Address
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NicIPv4.Controller1IPv4Address">
            <summary>
            Optional. Gets or sets the Controller1IPv4Address
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NicIPv4.IPv4Address">
            <summary>
            Required. Gets or sets the IPv4 Address
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NicIPv4.IPv4Gateway">
            <summary>
            Optional. Gets or sets the IPv4Gateway
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NicIPv4.IPv4Netmask">
            <summary>
            Required. Gets or sets the IPv4Netmask
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.NicIPv6">
            <summary>
            NicIPv6
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.NicIPv6.#ctor">
            <summary>
            Initializes a new instance of the NicIPv6 class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.NicIPv6.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NicIPv6 class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NicIPv6.Controller0IPv6Address">
            <summary>
            Optional. Gets or sets the Controller0IPv6Address
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NicIPv6.Controller1IPv6Address">
            <summary>
            Optional. Gets or sets the Controller1IPv6Address
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NicIPv6.IPv6Address">
            <summary>
            Optional. Gets or sets the IPv6 Address
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NicIPv6.IPv6Gateway">
            <summary>
            Optional. Gets or sets the IPv6 Gateway
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.NicIPv6.IPv6Prefix">
            <summary>
            Required. Gets or sets the IPv6 Prefix
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.OperationInProgress">
            <summary>
            Operation In Progress
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.RemoteManagementModeConfiguration">
            <summary>
            RemoteManagementModeConfiguration
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.RemoteManagementSettings">
            <summary>
            Device RemoteMinishellSettings
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.RemoteManagementSettings.#ctor">
            <summary>
            Initializes a new instance of the RemoteManagementSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.RemoteManagementSettings.#ctor(Microsoft.WindowsAzure.Management.StorSimple.Models.RemoteManagementModeConfiguration)">
            <summary>
            Initializes a new instance of the RemoteManagementSettings class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.RemoteManagementSettings.RemoteManagementMode">
            <summary>
            Required. Gets or sets the RemoteManagementMode
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.RemoteMinishellSettings">
            <summary>
            Device RemoteMinishellSettings
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.RemoteMinishellSettings.#ctor">
            <summary>
            Initializes a new instance of the RemoteMinishellSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.RemoteMinishellSettings.IsMinishellSecretSet">
            <summary>
            Optional. Gets or sets the IsMinishellSecretSet
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.RemoteMinishellSettings.MinishellSecret">
            <summary>
            Optional. Gets or sets the MinishellSecret
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.ResourceEncryptionKeys">
            <summary>
            Represent the object that contains the encrypted keys of the resource
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.ResourceEncryptionKeys.#ctor">
            <summary>
            Initializes a new instance of the ResourceEncryptionKeys class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.ResourceEncryptionKeys.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ResourceEncryptionKeys class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ResourceEncryptionKeys.EncodedEncryptedPublicKey">
            <summary>
            Required. Public Key encrypted with Channel Integrity Key
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ResourceEncryptionKeys.ResourceName">
            <summary>
            Optional. Name of the resource to which the encoded keys belong
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ResourceEncryptionKeys.Thumbprint">
            <summary>
            Required. Public Key encrypted with Channel Integrity Key
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.RestoreBackupRequest">
            <summary>
            Represents a request to restore a backup.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.RestoreBackupRequest.#ctor">
            <summary>
            Initializes a new instance of the RestoreBackupRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.RestoreBackupRequest.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RestoreBackupRequest class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.RestoreBackupRequest.BackupSetId">
            <summary>
            Required. This is the BackupSet to trigger Recovery from.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.RestoreBackupRequest.SnapshotId">
            <summary>
            Optional. The snapshot identifier. This must be null in case the
            complete backup set needs to be restored and non-null if restoring
            a particular snapshot.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.SacChangeList">
            <summary>
            Awesome Info about Device
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.SacChangeList.#ctor">
            <summary>
            Initializes a new instance of the SacChangeList class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.SacChangeList.Added">
            <summary>
            Optional. List of storage account credentials to add
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.SacChangeList.Deleted">
            <summary>
            Optional. Deleted storage account credentials
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.SacChangeList.Updated">
            <summary>
            Optional. List of storage account credentials to update
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.SacChangeListResponse">
            <summary>
            Awesome Info about Device
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.SacChangeListResponse.#ctor">
            <summary>
            Initializes a new instance of the SacChangeListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.SacChangeListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Added.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.SacChangeListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Added.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.SacChangeListResponse.Added">
            <summary>
            Optional. List of storage account credentials to add
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.SacChangeListResponse.Deleted">
            <summary>
            Optional. Deleted storage account credentials
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.SacChangeListResponse.Updated">
            <summary>
            Optional. List of storage account credentials to update
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.ScheduleRecurrence">
            <summary>
            Backup policy recurring schedule.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.ScheduleRecurrence.#ctor">
            <summary>
            Initializes a new instance of the ScheduleRecurrence class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.ScheduleRecurrence.#ctor(Microsoft.WindowsAzure.Management.StorSimple.Models.RecurrenceType,System.Int32)">
            <summary>
            Initializes a new instance of the ScheduleRecurrence class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ScheduleRecurrence.RecurrenceType">
            <summary>
            Required. The type of the recurrence.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ScheduleRecurrence.RecurrenceValue">
            <summary>
            Required. The recurrence value.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.ScheduleRecurrenceWeekly">
            <summary>
            Backup policy weekly recurring schedule.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.ScheduleRecurrenceWeekly.#ctor">
            <summary>
            Initializes a new instance of the ScheduleRecurrenceWeekly class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.ScheduleRecurrenceWeekly.#ctor(System.Collections.Generic.List{System.DayOfWeek},Microsoft.WindowsAzure.Management.StorSimple.Models.RecurrenceType,System.Int32)">
            <summary>
            Initializes a new instance of the ScheduleRecurrenceWeekly class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ScheduleRecurrenceWeekly.WeekDays">
            <summary>
            Required. The week days list for this recurrence.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration">
            <summary>
            Info about the service configuration regarding the resource
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration.#ctor">
            <summary>
            Initializes a new instance of the ServiceConfiguration class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration.AcrChangeList">
            <summary>
            Optional. List of access control record
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration.CredentialChangeList">
            <summary>
            Optional. List of credential change list
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration.OperationInProgress">
            <summary>
            Optional. Is operation in progress
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfigurationResponse">
            <summary>
            Info about the service configuration regarding the resource
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfigurationResponse.#ctor">
            <summary>
            Initializes a new instance of the ServiceConfigurationResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfigurationResponse.AcrChangeList">
            <summary>
            Optional. List of access control record
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfigurationResponse.CredentialChangeList">
            <summary>
            Optional. List of credential change list
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfigurationResponse.OperationInProgress">
            <summary>
            Optional. Is operation in progress
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.Snapshot">
            <summary>
            Represents a snapshot of a backup
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.Snapshot.#ctor">
            <summary>
            Initializes a new instance of the Snapshot class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.Snapshot.DataContainerId">
            <summary>
            Required. DataContainerId to which the snapshot belongs
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.Snapshot.Id">
            <summary>
            Required. Snapshot Id
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.Snapshot.Name">
            <summary>
            Required. Snapshot Name
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.Snapshot.SizeInBytes">
            <summary>
            Required. Size of the snapshot in bytes
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.Snapshot.VolumeId">
            <summary>
            Required. Volume id of the snapshot
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.SnapshotSettings">
            <summary>
            Device SnapshotSettings
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.SnapshotSettings.#ctor">
            <summary>
            Initializes a new instance of the SnapshotSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.SnapshotSettings.IsSnapshotSecretSet">
            <summary>
            Optional. Gets or sets the IsSnapshotSecretSet
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.SnapshotSettings.SnapshotSecret">
            <summary>
            Optional. Gets or sets the SnapshotSecret
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredential">
            <summary>
            Information about the storage account credentials which needs to be
            either added or delete or update
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredential.#ctor">
            <summary>
            Initializes a new instance of the StorageAccountCredential class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredential.CloudType">
            <summary>
            Required. Type of cloud
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredential.Hostname">
            <summary>
            Required. Host name
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredential.InstanceId">
            <summary>
            Optional. The instance identifier
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredential.IsDefault">
            <summary>
            Required. Is default
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredential.Location">
            <summary>
            Optional. Locations
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredential.Login">
            <summary>
            Required. user name
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredential.Name">
            <summary>
            Optional. The name of the entity
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredential.OperationInProgress">
            <summary>
            Optional. Is operation in progress
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredential.Password">
            <summary>
            Required. password
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredential.PasswordEncryptionCertThumbprint">
            <summary>
            Optional. Certificate thumbprint for password encryption
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredential.UseSSL">
            <summary>
            Required. Flag for settings useSSL
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredential.VolumeCount">
            <summary>
            Required. Number of Volume
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredentialResponse">
            <summary>
            Information about the storage account credentials which needs to be
            either added or delete or update
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredentialResponse.#ctor">
            <summary>
            Initializes a new instance of the StorageAccountCredentialResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredentialResponse.CloudType">
            <summary>
            Required. Type of cloud
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredentialResponse.Hostname">
            <summary>
            Required. Host name
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredentialResponse.InstanceId">
            <summary>
            Optional. The instance identifier
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredentialResponse.IsDefault">
            <summary>
            Required. Is default
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredentialResponse.Location">
            <summary>
            Optional. Locations
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredentialResponse.Login">
            <summary>
            Required. user name
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredentialResponse.Name">
            <summary>
            Optional. The name of the entity
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredentialResponse.OperationInProgress">
            <summary>
            Optional. Is operation in progress
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredentialResponse.Password">
            <summary>
            Required. password
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredentialResponse.PasswordEncryptionCertThumbprint">
            <summary>
            Optional. Certificate thumbprint for password encryption
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredentialResponse.UseSSL">
            <summary>
            Required. Flag for settings useSSL
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredentialResponse.VolumeCount">
            <summary>
            Required. Number of Volume
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse">
            <summary>
            This is the Task Response for all Async Calls
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse.#ctor">
            <summary>
            Initializes a new instance of the TaskResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TaskResponse class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskResponse.TaskId">
            <summary>
            Required. The TaskId of the Async Task Submitted
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo">
            <summary>
            Info about the async task
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo.#ctor">
            <summary>
            Initializes a new instance of the TaskStatusInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo.AsyncTaskAggregatedResult">
            <summary>
            Required. The result of the task
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo.Error">
            <summary>
            Required. Error details for task's failures
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo.Result">
            <summary>
            Required. Task's result
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo.Status">
            <summary>
            Required. Task's status
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo.TaskId">
            <summary>
            Required. Task's id
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo.TaskSteps">
            <summary>
            Required. List of steps which are part of the task, with each
            step's status
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStep">
            <summary>
            Info about a task's step
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStep.#ctor">
            <summary>
            Initializes a new instance of the TaskStep class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStep.Detail">
            <summary>
            Required. Gets or sets the detail.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStep.ErrorCode">
            <summary>
            Optional. Gets or sets the ErrorCode
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStep.Message">
            <summary>
            Required. Gets or sets the message
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStep.Result">
            <summary>
            Required. Gets or sets the result.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStep.Status">
            <summary>
            Required. Gets or sets the status.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.TimeSettings">
            <summary>
            Device time settings
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.TimeSettings.#ctor">
            <summary>
            Initializes a new instance of the TimeSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.TimeSettings.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the TimeSettings class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TimeSettings.Primary">
            <summary>
            Required. Gets or sets the primary time server
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TimeSettings.Secondary">
            <summary>
            Optional. Gets or sets the secondary time server.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TimeSettings.TimeZone">
            <summary>
            Required. Gets or sets the time zone
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.TimeStatistics">
            <summary>
            Time statistics for a DeviceJob
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.TimeStatistics.#ctor">
            <summary>
            Initializes a new instance of the TimeStatistics class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TimeStatistics.Duration">
            <summary>
            Optional. Time elapsed for job
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TimeStatistics.EndTimestamp">
            <summary>
            Optional. Job stopped date/time (in UTC timezone)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TimeStatistics.StartTimestamp">
            <summary>
            Optional. Job start date/time (in UTC timezone)
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.TriggerCloneRequest">
            <summary>
            This class respresents the details for clone request
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.TriggerCloneRequest.#ctor">
            <summary>
            Initializes a new instance of the TriggerCloneRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TriggerCloneRequest.BackupSetId">
            <summary>
            Required. The id of the backup set which the current snapshot is
            part of
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TriggerCloneRequest.ReturnWorkflowId">
            <summary>
            Optional. Determines whether or not the method will return the
            workflowId
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TriggerCloneRequest.SourceSnapshot">
            <summary>
            Required. Snapshot from a backup which is to be cloned
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TriggerCloneRequest.TargetACRIdList">
            <summary>
            Optional. List of existing access control records to add to the
            cloned volume
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TriggerCloneRequest.TargetACRList">
            <summary>
            Optional. List of new access control records to add to the cloned
            volume
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TriggerCloneRequest.TargetDeviceId">
            <summary>
            Required. The target device id, where the volume must be cloned to
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.TriggerCloneRequest.TargetVolName">
            <summary>
            Required. Name of the cloned volume
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "T:Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig" -->
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig.#ctor">
            <summary>
            Initializes a new instance of the UpdateBackupPolicyConfig class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig.#ctor(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.OperationInProgress,System.Boolean)">
            <summary>
            Initializes a new instance of the UpdateBackupPolicyConfig class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig.BackupSchedulesToBeAdded">
            <summary>
            Optional. The backup schedules added to the backup policy.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig.BackupSchedulesToBeDeleted">
            <summary>
            Optional. The backup schedules deleted from the backup policy.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig.BackupSchedulesToBeUpdated">
            <summary>
            Optional. The backup schedules updated in the backup policy.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig.InstanceId">
            <summary>
            Optional. The instance identifier
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig.IsPolicyRenamed">
            <summary>
            Required. Is the policy renamed
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig.Name">
            <summary>
            Required. The name of the entity
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig.OperationInProgress">
            <summary>
            Required. Operation In Progress
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig.VolumeIds">
            <summary>
            Optional. The list of volume ids under this backup policy.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateDeviceJobRequest">
            <summary>
            Request object for Updating DeviceJob
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateDeviceJobRequest.#ctor">
            <summary>
            Initializes a new instance of the UpdateDeviceJobRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateDeviceJobRequest.#ctor(Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceJobAction)">
            <summary>
            Initializes a new instance of the UpdateDeviceJobRequest class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateDeviceJobRequest.DeviceJobAction">
            <summary>
            Required. Action to update Device Job with
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualApplianceInfo">
            <summary>
            Device VirtualApplianceInfo
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualApplianceInfo.#ctor">
            <summary>
            Initializes a new instance of the VirtualApplianceInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualApplianceInfo.DnsName">
            <summary>
            Optional. Gets or sets the DnsName
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualApplianceInfo.EncodedChannelIntegrityKey">
            <summary>
            Optional. Gets or sets the EncodedChannelIntegrityKey
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualApplianceInfo.EncodedServiceEncryptionKey">
            <summary>
            Optional. Gets or sets the EncodedServiceEncryptionKey
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualApplianceInfo.InternalIpAddress">
            <summary>
            Optional. Gets or sets the InternalIpAddress
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualApplianceInfo.IsServiceEncryptionKeySet">
            <summary>
            Optional. Gets or sets the IsServiceEncryptionKeySet
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualApplianceInfo.PublicIpAddress">
            <summary>
            Optional. Gets or sets the PublicIpAddress
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualApplianceInfo.Region">
            <summary>
            Optional. Gets or sets the Region
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualApplianceInfo.SubnetName">
            <summary>
            Optional. Gets or sets the SubnetName
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualApplianceInfo.VirtualNetworkName">
            <summary>
            Optional. Gets or sets the VirtualNetworkName
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDeviceProvisioningInfo">
            <summary>
            Info about the Virtual Appliance to be Provisioned
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDeviceProvisioningInfo.#ctor">
            <summary>
            Initializes a new instance of the VirtualDeviceProvisioningInfo
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDeviceProvisioningInfo.CreateNewStorageAccount">
            <summary>
            Required. The bool representing whether to create a new Storage
            Account or use the Storage Account given.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDeviceProvisioningInfo.DeleteAzureCisVMOnFailure">
            <summary>
            Optional. The boolean value to retain Azure VM on failure for
            debugging purpose.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDeviceProvisioningInfo.DeviceName">
            <summary>
            Required. The name of the device.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDeviceProvisioningInfo.ReturnWorkflowId">
            <summary>
            Optional. The bool representing whether to return the WorkflowId to
            track the job or not
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDeviceProvisioningInfo.StorageAccountName">
            <summary>
            Optional. The name of the storage account. This is required if
            CreateNewStorageAccount is true.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDeviceProvisioningInfo.SubNetName">
            <summary>
            Required. The name of the sub net.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDeviceProvisioningInfo.SubscriptionId">
            <summary>
            Required. The subscription identifier.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDeviceProvisioningInfo.VirtualNetworkName">
            <summary>
            Required. The name of the virtual network.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk">
            <summary>
            Info about the virtual disk
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk.#ctor">
            <summary>
            Initializes a new instance of the VirtualDisk class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk.AccessType">
            <summary>
            Required. AccessType
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk.AcrIdList">
            <summary>
            Optional. List of referenced ACR Ids
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk.AcrList">
            <summary>
            Required. List of access control record
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk.AppType">
            <summary>
            Required. Primary or Archived volume.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk.DataContainer">
            <summary>
            Required. Corresponding Data Container
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk.DataContainerId">
            <summary>
            Optional. Data Container Id for the disk
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk.InstanceId">
            <summary>
            Optional. The instance identifier
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk.InternalInstanceId">
            <summary>
            Optional. Internal Instance Id for the virtual disk
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk.IsBackupEnabled">
            <summary>
            Optional. True if this virtual disk is part of any backup policy
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk.IsDefaultBackupEnabled">
            <summary>
            Required. True if default backup is enabled
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk.IsMonitoringEnabled">
            <summary>
            Optional. True if monitoring is enabled for the virtual disk
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk.Name">
            <summary>
            Required. The name of the entity
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk.Online">
            <summary>
            Required. True if the virtual disk is online
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk.OperationInProgress">
            <summary>
            Optional. Is operation in progress
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk.SizeInBytes">
            <summary>
            Required. Size of Virtual Disk
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk.VSN">
            <summary>
            Optional. Virtual Serial Number of the virtual disk
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskGetResponse">
            <summary>
            The response model for the get of virtual disk.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskGetResponse.#ctor">
            <summary>
            Initializes a new instance of the VirtualDiskGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskGetResponse.VirtualDiskInfo">
            <summary>
            Optional. The virtual disk info
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskGroup">
            <summary>
            This class represents virtual disk group (volume group).
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskGroup.#ctor">
            <summary>
            Initializes a new instance of the VirtualDiskGroup class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskGroup.#ctor(System.String,System.Collections.Generic.List{System.String})">
            <summary>
            Initializes a new instance of the VirtualDiskGroup class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskGroup.InstanceId">
            <summary>
            Optional. Gets or sets the instance id of the volume group
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskGroup.Name">
            <summary>
            Required. Gets or sets the name of the volume group
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskGroup.OperationInProgress">
            <summary>
            Optional. Gets or sets a value indicating whether any operation is
            in progress or not
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskGroup.VirtualDiskList">
            <summary>
            Required. Gets or sets list of volumes associated with the volume
            group.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskListResponse">
            <summary>
            The response model for the list of virtual disks for a given data
            container.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskListResponse.#ctor">
            <summary>
            Initializes a new instance of the VirtualDiskListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskListResponse.GetEnumerator">
            <summary>
            Gets the sequence of ListofVirtualDisks.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of ListofVirtualDisks.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskListResponse.ListofVirtualDisks">
            <summary>
            Optional. The list of virtual disks in given Data Container for a
            device
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest">
            <summary>
            Info about the virtual disk
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest.#ctor">
            <summary>
            Initializes a new instance of the VirtualDiskRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest.AccessType">
            <summary>
            Required. AccessType
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest.AcrIdList">
            <summary>
            Optional. List of referenced ACR Ids
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest.AcrList">
            <summary>
            Required. List of access control record
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest.AppType">
            <summary>
            Required. Primary or Archived volume.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest.DataContainer">
            <summary>
            Required. Corresponding Data Container
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest.DataContainerId">
            <summary>
            Optional. Data Container Id for the disk
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest.InstanceId">
            <summary>
            Optional. The instance identifier
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest.InternalInstanceId">
            <summary>
            Optional. Internal Instance Id for the virtual disk
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest.IsBackupEnabled">
            <summary>
            Optional. True if this virtual disk is part of any backup policy
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest.IsDefaultBackupEnabled">
            <summary>
            Required. True if default backup is enabled
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest.IsMonitoringEnabled">
            <summary>
            Optional. True if monitoring is enabled for the virtual disk
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest.Name">
            <summary>
            Required. The name of the entity
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest.Online">
            <summary>
            Required. True if the virtual disk is online
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest.OperationInProgress">
            <summary>
            Optional. Is operation in progress
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest.SizeInBytes">
            <summary>
            Required. Size of Virtual Disk
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest.VSN">
            <summary>
            Optional. Virtual Serial Number of the virtual disk
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.VolumePolicyInfo">
            <summary>
            This class represents the policies associated with the volume.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.VolumePolicyInfo.#ctor">
            <summary>
            Initializes a new instance of the VolumePolicyInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VolumePolicyInfo.AssociatedBackupPolicies">
            <summary>
            Required. The backup policies associated with this volume.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VolumePolicyInfo.DataContainerId">
            <summary>
            Required. The data container identifier for this volume.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.VolumePolicyInfo.DataContainerName">
            <summary>
            Required. The data container name for this volume.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Models.WebProxySettings">
            <summary>
            Device WebProxy settings
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.WebProxySettings.#ctor">
            <summary>
            Initializes a new instance of the WebProxySettings class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.Models.WebProxySettings.#ctor(Microsoft.WindowsAzure.Management.StorSimple.Models.AuthenticationType,System.String,System.String)">
            <summary>
            Initializes a new instance of the WebProxySettings class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.WebProxySettings.Authentication">
            <summary>
            Required. Gets or sets the Authentication
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.WebProxySettings.ConnectionURI">
            <summary>
            Required. Gets or sets the Connection URI
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Models.WebProxySettings.Username">
            <summary>
            Required. Gets or sets the Username
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.ResourceEncryptionKeyOperations">
            <summary>
            All Operations related to Crypto keys
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ResourceEncryptionKeyOperations.#ctor(Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient)">
            <summary>
            Initializes a new instance of the ResourceEncryptionKeyOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ResourceEncryptionKeyOperations.GetAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for Resource Encryption Key.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.ResourceEncryptionKeyOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.ResourceEncryptionKeyOperationsExtensions">
            <summary>
            This is an RESTFul API to manage you StorSimple Objects
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ResourceEncryptionKeyOperationsExtensions.Get(Microsoft.WindowsAzure.Management.StorSimple.IResourceEncryptionKeyOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IResourceEncryptionKeyOperations.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for Resource Encryption Key.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ResourceEncryptionKeyOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.StorSimple.IResourceEncryptionKeyOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IResourceEncryptionKeyOperations.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            The response model for Resource Encryption Key.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.ServiceConfigurationOperations">
            <summary>
            All Operations related to Service configurations
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ServiceConfigurationOperations.#ctor(Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient)">
            <summary>
            Initializes a new instance of the ServiceConfigurationOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ServiceConfigurationOperations.BeginCreatingAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            The Begin Creating Storage Account operation creates a new storage
            account in Azure.
            </summary>
            <param name='serviceConfiguration'>
            Required. Parameters supplied to the Begin Creating Storage Account
            operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ServiceConfigurationOperations.CreateAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='serviceConfiguration'>
            Required. Parameters supplied to the Create Storage Account
            operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ServiceConfigurationOperations.GetAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='customeRequestHeaders'>
            Optional.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the service configuration regarding the resource
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.ServiceConfigurationOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.ServiceConfigurationOperationsExtensions">
            <summary>
            This is an RESTFul API to manage you StorSimple Objects
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ServiceConfigurationOperationsExtensions.BeginCreating(Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            The Begin Creating Storage Account operation creates a new storage
            account in Azure.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations.
            </param>
            <param name='serviceConfiguration'>
            Required. Parameters supplied to the Begin Creating Storage Account
            operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ServiceConfigurationOperationsExtensions.BeginCreatingAsync(Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            The Begin Creating Storage Account operation creates a new storage
            account in Azure.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations.
            </param>
            <param name='serviceConfiguration'>
            Required. Parameters supplied to the Begin Creating Storage Account
            operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ServiceConfigurationOperationsExtensions.Create(Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations.
            </param>
            <param name='serviceConfiguration'>
            Required. Parameters supplied to the Create Storage Account
            operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ServiceConfigurationOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.ServiceConfiguration,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations.
            </param>
            <param name='serviceConfiguration'>
            Required. Parameters supplied to the Create Storage Account
            operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ServiceConfigurationOperationsExtensions.Get(Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations.
            </param>
            <param name='customeRequestHeaders'>
            Optional.
            </param>
            <returns>
            Info about the service configuration regarding the resource
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.ServiceConfigurationOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IServiceConfigurationOperations.
            </param>
            <param name='customeRequestHeaders'>
            Optional.
            </param>
            <returns>
            Info about the service configuration regarding the resource
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient">
            <summary>
            This is an RESTFul API to manage you StorSimple Objects
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.#ctor">
            <summary>
            Initializes a new instance of the StorSimpleManagementClient class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.#ctor(System.String,System.String,System.String,System.String,Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the StorSimpleManagementClient class.
            </summary>
            <param name='cloudServiceName'>
            Required.
            </param>
            <param name='resourceName'>
            Required.
            </param>
            <param name='resourceId'>
            Required.
            </param>
            <param name='resourceNamespace'>
            Required.
            </param>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.#ctor(System.String,System.String,System.String,System.String,Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the StorSimpleManagementClient class.
            </summary>
            <param name='cloudServiceName'>
            Required.
            </param>
            <param name='resourceName'>
            Required.
            </param>
            <param name='resourceId'>
            Required.
            </param>
            <param name='resourceNamespace'>
            Required.
            </param>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the StorSimpleManagementClient class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.#ctor(System.String,System.String,System.String,System.String,Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the StorSimpleManagementClient class.
            </summary>
            <param name='cloudServiceName'>
            Required.
            </param>
            <param name='resourceName'>
            Required.
            </param>
            <param name='resourceId'>
            Required.
            </param>
            <param name='resourceNamespace'>
            Required.
            </param>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.#ctor(System.String,System.String,System.String,System.String,Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the StorSimpleManagementClient class.
            </summary>
            <param name='cloudServiceName'>
            Required.
            </param>
            <param name='resourceName'>
            Required.
            </param>
            <param name='resourceId'>
            Required.
            </param>
            <param name='resourceNamespace'>
            Required.
            </param>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient})">
            <summary>
            Clones properties from current instance to another
            StorSimpleManagementClient instance
            </summary>
            <param name='client'>
            Instance of StorSimpleManagementClient to clone to
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.ParseCloudType(System.String)">
            <summary>
            Parse enum values for type CloudType.
            </summary>
            <param name='value'>
            The value to parse.
            </param>
            <returns>
            The enum value.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.CloudTypeToString(Microsoft.WindowsAzure.Management.StorSimple.Models.CloudType)">
            <summary>
            Convert an enum of type CloudType to a string.
            </summary>
            <param name='value'>
            The value to convert to a string.
            </param>
            <returns>
            The enum value as a string.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Task Status returns the status of the specified task id.
            After calling an asynchronous task, you can call Get Task Status
            to determine whether the task has succeeded, failed, or is still
            in progress.
            </summary>
            <param name='taskId'>
            Required. The task Id for the request you wish to track.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.Backup">
            <summary>
            All Operations related to Backup
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.BackupPolicy">
            <summary>
            All Operations related to Backup policies
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.CloneVolume">
            <summary>
            All Operations related to CloneVolume (see
            http://msdn.microsoft.com/en-us/library/azure/FILLTHISPART.aspx
            for more information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.DataContainer">
            <summary>
            All Operations related to Volume Containers
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.DeviceDetails">
            <summary>
            All Operations related to Device Details
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.DeviceFailover">
            <summary>
            All Operations related to Device Failover
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.DeviceJob">
            <summary>
            All Operations related to Device Jobs
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.Devices">
            <summary>
            All Operations related to Devices
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.DevicePublicKey">
            <summary>
            All Operations related to Device Public keys
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.IscsiConnection">
            <summary>
            All Operations related to iscsi connection
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.MigrateLegacyAppliance">
            <summary>
            Migration of Legacy Appliance
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.ResourceEncryptionKeys">
            <summary>
            All Operations related to Crypto keys
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.ServiceConfig">
            <summary>
            All Operations related to Service configurations
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.VirtualDevice">
            <summary>
            All Operations related to Virtual Device
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.VirtualDisk">
            <summary>
            All Operations related to virtual disk
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClientExtensions">
            <summary>
            This is an RESTFul API to manage you StorSimple Objects
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClientExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient,System.String)">
            <summary>
            The Get Task Status returns the status of the specified task id.
            After calling an asynchronous task, you can call Get Task Status
            to determine whether the task has succeeded, failed, or is still
            in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.
            </param>
            <param name='taskId'>
            Required. The task Id for the request you wish to track.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClientExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient,System.String)">
            <summary>
            The Get Task Status returns the status of the specified task id.
            After calling an asynchronous task, you can call Get Task Status
            to determine whether the task has succeeded, failed, or is still
            in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.
            </param>
            <param name='taskId'>
            Required. The task Id for the request you wish to track.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.VirtualDeviceOperations">
            <summary>
            All Operations related to Virtual Device
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDeviceOperations.#ctor(Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient)">
            <summary>
            Initializes a new instance of the VirtualDeviceOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDeviceOperations.CreateAsync(Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDeviceProvisioningInfo,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            The Create Virtual Device
            </summary>
            <param name='virtualDeviceProvisioningInfo'>
            Required. The Virtual device provisioning info.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Job Response for all Device Job Related Calls
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.VirtualDeviceOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.VirtualDeviceOperationsExtensions">
            <summary>
            This is an RESTFul API to manage you StorSimple Objects
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDeviceOperationsExtensions.Create(Microsoft.WindowsAzure.Management.StorSimple.IVirtualDeviceOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDeviceProvisioningInfo,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            The Create Virtual Device
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IVirtualDeviceOperations.
            </param>
            <param name='virtualDeviceProvisioningInfo'>
            Required. The Virtual device provisioning info.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Job Response for all Device Job Related Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDeviceOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.StorSimple.IVirtualDeviceOperations,Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDeviceProvisioningInfo,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            The Create Virtual Device
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IVirtualDeviceOperations.
            </param>
            <param name='virtualDeviceProvisioningInfo'>
            Required. The Virtual device provisioning info.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Job Response for all Device Job Related Calls
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperations">
            <summary>
            All Operations related to virtual disk
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperations.#ctor(Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient)">
            <summary>
            Initializes a new instance of the VirtualDiskOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperations.BeginCreatingAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            The Begin Creating Volume operation creates a new volume.
            </summary>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='diskDetails'>
            Required. Parameters supplied to the Create virtual disk operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperations.BeginDeletingAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            The Begin Deleteing Volume operation deletes the specified volume.
            </summary>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='diskId'>
            Required. Instance id of the virtual disk to be deleted.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperations.BeginUpdatingAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            The Begin updating Volume operation updates an existing volume.
            </summary>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='diskId'>
            Required. disk id
            </param>
            <param name='diskDetails'>
            Required. Parameters supplied to the update virtual disk operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='diskDetails'>
            Required. Parameters supplied to the Create virtual disk operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperations.DeleteAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='diskId'>
            Required. disk id
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperations.GetByNameAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Optional.
            </param>
            <param name='diskName'>
            Optional.
            </param>
            <param name='customRequestHeaders'>
            Optional.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get of virtual disk.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperations.ListAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Optional.
            </param>
            <param name='dataContainerId'>
            Optional.
            </param>
            <param name='customRequestHeaders'>
            Optional.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list of virtual disks for a given data
            container.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperations.UpdateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='diskId'>
            Required. disk id
            </param>
            <param name='diskDetails'>
            Required. Parameters supplied to the update virtual disk operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.StorSimple.StorSimpleManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperationsExtensions">
            <summary>
            This is an RESTFul API to manage you StorSimple Objects
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperationsExtensions.BeginCreating(Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            The Begin Creating Volume operation creates a new volume.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='diskDetails'>
            Required. Parameters supplied to the Create virtual disk operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperationsExtensions.BeginCreatingAsync(Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            The Begin Creating Volume operation creates a new volume.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='diskDetails'>
            Required. Parameters supplied to the Create virtual disk operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperationsExtensions.BeginDeleting(Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            The Begin Deleteing Volume operation deletes the specified volume.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='diskId'>
            Required. Instance id of the virtual disk to be deleted.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperationsExtensions.BeginDeletingAsync(Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            The Begin Deleteing Volume operation deletes the specified volume.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='diskId'>
            Required. Instance id of the virtual disk to be deleted.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperationsExtensions.BeginUpdating(Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            The Begin updating Volume operation updates an existing volume.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='diskId'>
            Required. disk id
            </param>
            <param name='diskDetails'>
            Required. Parameters supplied to the update virtual disk operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperationsExtensions.BeginUpdatingAsync(Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <summary>
            The Begin updating Volume operation updates an existing volume.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='diskId'>
            Required. disk id
            </param>
            <param name='diskDetails'>
            Required. Parameters supplied to the update virtual disk operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            This is the Task Response for all Async Calls
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperationsExtensions.Create(Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='diskDetails'>
            Required. Parameters supplied to the Create virtual disk operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDiskRequest,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='diskDetails'>
            Required. Parameters supplied to the Create virtual disk operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='diskId'>
            Required. disk id
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='diskId'>
            Required. disk id
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperationsExtensions.GetByName(Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.
            </param>
            <param name='deviceId'>
            Optional.
            </param>
            <param name='diskName'>
            Optional.
            </param>
            <param name='customRequestHeaders'>
            Optional.
            </param>
            <returns>
            The response model for the get of virtual disk.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperationsExtensions.GetByNameAsync(Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.
            </param>
            <param name='deviceId'>
            Optional.
            </param>
            <param name='diskName'>
            Optional.
            </param>
            <param name='customRequestHeaders'>
            Optional.
            </param>
            <returns>
            The response model for the get of virtual disk.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperationsExtensions.List(Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.
            </param>
            <param name='deviceId'>
            Optional.
            </param>
            <param name='dataContainerId'>
            Optional.
            </param>
            <param name='customRequestHeaders'>
            Optional.
            </param>
            <returns>
            The response model for the list of virtual disks for a given data
            container.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.
            </param>
            <param name='deviceId'>
            Optional.
            </param>
            <param name='dataContainerId'>
            Optional.
            </param>
            <param name='customRequestHeaders'>
            Optional.
            </param>
            <returns>
            The response model for the list of virtual disks for a given data
            container.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperationsExtensions.Update(Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='diskId'>
            Required. disk id
            </param>
            <param name='diskDetails'>
            Required. Parameters supplied to the update virtual disk operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.StorSimple.VirtualDiskOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations,System.String,System.String,Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualDisk,Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.StorSimple.IVirtualDiskOperations.
            </param>
            <param name='deviceId'>
            Required. device id
            </param>
            <param name='diskId'>
            Required. disk id
            </param>
            <param name='diskDetails'>
            Required. Parameters supplied to the update virtual disk operation.
            </param>
            <param name='customRequestHeaders'>
            Required. The Custom Request Headers which client must use.
            </param>
            <returns>
            Info about the async task
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.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.Management.StorSimple.Properties.Resources.MigrationAlertSettingNotMigrated">
            <summary>
              Looks up a localized string similar to Alert settings cannot be migrated. Please update alert settings after migration..
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationAssociatedBandwidthSettingIncomplete">
            <summary>
              Looks up a localized string similar to Bandwidth Settings for below Cloud Configuration needs attention. Please fix the same after migration completes..
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationBackupSchedulesNotMigrated">
            <summary>
              Looks up a localized string similar to Backup schedules cannot be migrated. Please update the schedules after migration completes..
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationBackupSetNotFound">
            <summary>
              Looks up a localized string similar to No Backup sets found.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationConfigDecryptionFailed">
            <summary>
              Looks up a localized string similar to Unable to decrypt the config file. Please check your config decryption key..
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationConfigDecryptionKeyNotFound">
            <summary>
              Looks up a localized string similar to Key Null or Empty.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationConfigFileEmpty">
            <summary>
              Looks up a localized string similar to Config file is empty.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationConfigFileNotFound">
            <summary>
              Looks up a localized string similar to Legacy appliance config not found.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationConfirmMigrationStatusReturnedEmpty">
            <summary>
              Looks up a localized string similar to No migration status found for ConfigID {0}. Execute Confirm-AzureStorSimpleLegacyVolumeContainerConfirmStatus to confirm/rollback migration. .
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationDCWithGivenMigrationPlanStatus">
            <summary>
              Looks up a localized string similar to Cloud Configuration(s) with migration plan status {0} :.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationDefaultPolicyAssigned">
            <summary>
              Looks up a localized string similar to Default policies assigned to cloud configuration..
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationErrorInDisplayingDetails">
            <summary>
              Looks up a localized string similar to Unexpected error occured while displaying parsed details. Reimport config and retry or Contact microsoft support. Exception details {0}.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationErrorInParsingDisplayContent">
            <summary>
              Looks up a localized string similar to Unexpected error occured in displaying the output. You can continue to next step or contact Microsoft support..
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationExpectedACRNotFound">
            <summary>
              Looks up a localized string similar to Expected Access control record details not found, Access control record Id {0}.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationExpectedSACNotFound">
            <summary>
              Looks up a localized string similar to Expected Storage account details not found, Storage account Id {0}.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationExpectedVolumeContainerNotFound">
            <summary>
              Looks up a localized string similar to Expected Cloud Configuration details not found, Cloud Configuration Id {0}.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationExpectedVolumeNotFound">
            <summary>
              Looks up a localized string similar to Expected Volume details not found, Volume {0}.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationInfoNoDisplayContent">
            <summary>
              Looks up a localized string similar to No status obtained. Please retry after sometime..
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationInvalidPolicyNotSupported">
            <summary>
              Looks up a localized string similar to Cloud clone cannot be migrated. Below polices are ignored .
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationLocalSnapshotPolicyNotSupported">
            <summary>
              Looks up a localized string similar to Local snapshots cannot be migrated. Below polices are ignored.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationManagementVersionNotFound">
            <summary>
              Looks up a localized string similar to Management Version not found in the config xml. Please reimport config and retry..
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationManagementVersionNotSupported">
            <summary>
              Looks up a localized string similar to Management Version not supported, Current Version {0}, Minimum supported version {1}. Please import the config after updating the legacy appliance and retry..
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationMultiplePolicyIgnored">
            <summary>
              Looks up a localized string similar to Ignoring below policies. Already a policy is associated with corresponding volume group..
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationNoDataContainerInGivenStateOfMigration">
            <summary>
              Looks up a localized string similar to No Cloud Configuration(s) in {0} migration state.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationNonCloudSnapshotVDGIgnored">
            <summary>
              Looks up a localized string similar to Volume group not associated any Cloud snapshots are not migrated. Below volume groups are ignored.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationPolicyUpdated">
            <summary>
              Looks up a localized string similar to Default policy {0} will be assigned to volume group {1}.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationSchemaParsingError">
            <summary>
              Looks up a localized string similar to Error parsing Xml Schema. Schema Input : {0}. .
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationTimeEstimationBWMsg">
            <summary>
              Looks up a localized string similar to These estimates are assuming {0} MBps bandwidth. Refer to migration guide to re-calculate for lower bandwidths..
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationVolumeContainerRelatedGroupHeader">
            <summary>
              Looks up a localized string similar to Available Cloud Configuration(s) for migration :.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationVolumeContainerRelatedGroupingNotFound">
            <summary>
              Looks up a localized string similar to No volume container group list formed!.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationVolumeContainerRelatedGroupSubHeader">
            <summary>
              Looks up a localized string similar to Cloud Configuration(s) {0}.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.StorSimple.Properties.Resources.MigrationVolumeToVolumeContainerMapNotFound">
            <summary>
              Looks up a localized string similar to Cloud Configuration {0} cannot be correctly identified for volume {1}. Please reimport config and retry..
            </summary>
        </member>
    </members>
</doc>