/// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='containerId'> /// </param> /// <param name='storeContainerHardwareInformation'> /// </param> /// <param name='apiVersion'> /// </param> public static void StoreContainerHardwareInformationMethod(this ISkpAPIv10 operations, int containerId, StoreContainerHardwareInformation storeContainerHardwareInformation = default(StoreContainerHardwareInformation), string apiVersion = default(string)) { operations.StoreContainerHardwareInformationMethodAsync(containerId, storeContainerHardwareInformation, apiVersion).GetAwaiter().GetResult(); }