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

WithGraphicsCardInterface() 공개 메소드

Sets the GraphicsCardInterface property
public WithGraphicsCardInterface ( String graphicsCardInterface ) : ItemAttributes
graphicsCardInterface String GraphicsCardInterface property
리턴 ItemAttributes
        public ItemAttributes WithGraphicsCardInterface(String graphicsCardInterface)
        {
            this.graphicsCardInterfaceField = graphicsCardInterface;
            return this;
        }
ItemAttributes