Amazon.ECS.Model.ItemAttributes.WithHardDiskInterface C# (CSharp) Метод

WithHardDiskInterface() публичный Метод

Sets the HardDiskInterface property
public WithHardDiskInterface ( String hardDiskInterface ) : ItemAttributes
hardDiskInterface String HardDiskInterface property
Результат ItemAttributes
        public ItemAttributes WithHardDiskInterface(String hardDiskInterface)
        {
            this.hardDiskInterfaceField = hardDiskInterface;
            return this;
        }
ItemAttributes