コード例 #1
0
        public override void ExecuteCmdlet()
        {
            ReimageComputeNodeParameters parameters = new ReimageComputeNodeParameters(this.BatchContext, this.PoolId,
                                                                                       this.Id, this.ComputeNode, this.AdditionalBehaviors)
            {
                ReimageOption = this.ReimageOption
            };

            BatchClient.ReimageComputeNode(parameters);
        }
コード例 #2
0
        protected override void ProcessRecord()
        {
            ReimageComputeNodeParameters parameters = new ReimageComputeNodeParameters(this.BatchContext, this.PoolId,
                                                                                       this.Id, this.ComputeNode, this.AdditionalBehaviors)
            {
                ReimageOption = this.ReimageOption
            };

            BatchClient.ReimageComputeNode(parameters);
        }