ConfigSplitHelper.Split(LegacyApplianceConfig) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Splits the inputConfig in smaller chunks of a size which the service can accept
public static System.Collections.Generic.List<Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig> Split (Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig inputConfig);
static member Split : Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig -> System.Collections.Generic.List<Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig>
Public Shared Function Split (inputConfig As LegacyApplianceConfig) As List(Of LegacyApplianceConfig)
Parameters
- inputConfig
- LegacyApplianceConfig
Required. The complete list of LegacyApplianceConfig parsed
Returns
The smaller chunks of LegacyApplianceConfig which the service can process
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET