Amazon.ECS.Model.ItemAttributes.WithGraphicsCardInterface C# (CSharp) Méthode

WithGraphicsCardInterface() public méthode

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