Exemple #1
0
        public Command BuildCommand()
        {
            var command = new Command("item");
            var builder = new ManagedAppRegistrationItemRequestBuilder(PathParameters, RequestAdapter);

            command.AddCommand(builder.BuildGetCommand());
            return(command);
        }
Exemple #2
0
        public Command BuildCommand()
        {
            var command = new Command("item");
            var builder = new ManagedAppRegistrationItemRequestBuilder(PathParameters, RequestAdapter);

            command.AddCommand(builder.BuildAppliedPoliciesCommand());
            command.AddCommand(builder.BuildDeleteCommand());
            command.AddCommand(builder.BuildGetCommand());
            command.AddCommand(builder.BuildIntendedPoliciesCommand());
            command.AddCommand(builder.BuildOperationsCommand());
            command.AddCommand(builder.BuildPatchCommand());
            return(command);
        }