Amazon.ECS.Model.ItemAttributes.WithHardDiskCount C# (CSharp) 메소드

WithHardDiskCount() 공개 메소드

Sets the HardDiskCount property
public WithHardDiskCount ( Decimal hardDiskCount ) : ItemAttributes
hardDiskCount Decimal HardDiskCount property
리턴 ItemAttributes
        public ItemAttributes WithHardDiskCount(Decimal hardDiskCount)
        {
            this.hardDiskCountField = hardDiskCount;
            return this;
        }
ItemAttributes